-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Hard dependency on yarn. #452
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
Comments
It would be great if this was configurable; npm 5's release drastically alters the landscape for yarn, and it would be a mistake for rails to cement itself nonconfigurably onto a tool that may or may not be the best choice in years to come. |
If you only have to pick one, pick the standard one that ships with node. That said, making it configurable with either default seems like the proper path :-) |
Webpacker is going to follow what we're doing in Rails. If Rails moves to provide an alternative to Yarn, we'll piggyback off that. But we're not going to chart a separate path in Webpacker. |
Our build machines are locked down pretty tightly and we aren't able to globally install packages. Would it be possible to use (or fallback to?) npm which is standard and ships w/ node.
If not, would you be open to expanding webpacker to enable usage of a locally installed copy of yarn?
./node_modules/.bin/yarn
The text was updated successfully, but these errors were encountered: