Skip to content

Allow to use npm instead of yarn #3

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

Closed
gosukiwi opened this issue Sep 6, 2021 · 3 comments
Closed

Allow to use npm instead of yarn #3

gosukiwi opened this issue Sep 6, 2021 · 3 comments

Comments

@gosukiwi
Copy link

gosukiwi commented Sep 6, 2021

Hi guys, is there a way to use npm instead of yarn with this gem? I can't find any info about that in the README.

@dhh
Copy link
Member

dhh commented Sep 6, 2021

There is not at this time. But probably would be nice to at least catch if yarn isn't available on the system, then try npm. Do have a look at that, if there's a simple path to do so.

@dhh dhh closed this as completed Sep 6, 2021
@czj
Copy link

czj commented Sep 6, 2021

Node.js 16 became the current version in april 2021 and will become LTS on october 21st. Source : https://medium.com/the-node-js-collection/node-js-16-available-now-7f5099a97e70

As npm 7 is now as fast/clean/silent as yarn for install tasks, being able to switch to it would prevent installing one more package, which is always nice :-)

@arambert
Copy link

Hi,
Today yarn is still required. It feels like an excessive requirement. It would be nice to be able to use npm.

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

No branches or pull requests

4 participants