GOGETMUSCLE Community How to change it to use yarn instead of npm

How to change it to use yarn instead of npm

I am working on an App which is created by `hs project create` command. The app project is inside a mono-repo managed by `yarn`.

When I use `hs project install-deps` it tries to use `npm` as package manager. I want this project to be part of my mono-repo. Is there a way to configure it to use `yarn`? BTW I am using `yarn@4` which doesn’t have `node_modules` folder.

Leave a Reply

Your email address will not be published.

Related Post