-
Notifications
You must be signed in to change notification settings - Fork 148
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
Allow npm or pnpm to be used as a package manager instead of yarn #176
Comments
I successfully monkey-patched jsbundling-rails to use pnpm in a project I'm working on, so I have some ideas on how this could be implemented. If you think this feature request is a good idea, I would be happy to put together a pull request for it! |
yes pleas create a PR, I would like to use npm too instead of yarn |
Same request in the cssbundling-rails repo too rails/cssbundling-rails#138 |
fwiw I recently created You can follow that here, and we've also got it working in our My understanding is that |
Hello! Thanks for the encouragement to pursue this. I'm going to be busy on a higher-priority project for a little while. But I'll plan to come back to this and hopefully have a PR up by the end of the year or early next year. I'll definitely look into your contributions when I do so, G-Rath! |
If I understand correctly, jsbundling-rails is hard-coded to use yarn. Can this please be changed to allow consumers to specify their preferred Node package manager?
The text was updated successfully, but these errors were encountered: