Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: Use NPM instead of Yarn #156

Closed
RafalWilinski opened this issue Oct 5, 2020 · 2 comments · Fixed by #157
Closed

Feature request: Use NPM instead of Yarn #156

RafalWilinski opened this issue Oct 5, 2020 · 2 comments · Fixed by #157

Comments

@RafalWilinski
Copy link
Contributor

Yarn is not playing well with private dependencies from Github Package Registry. It would be nice to have an option to choose between npm and yarn, like in create-react-app: https://create-react-app.dev/docs/getting-started/#selecting-a-package-manager

@eladb
Copy link
Contributor

eladb commented Oct 5, 2020

Shouldn't be to hard to support. Contributions are welcome

@RafalWilinski
Copy link
Contributor Author

On it!

@eladb eladb closed this as completed in #157 Oct 6, 2020
eladb pushed a commit that referenced this issue Oct 6, 2020
Adds support for specifying `packageManager` for node projects (and derivatives). The default is still `yarn` but `npm` is also supported.

Closes #156
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants