-
-
Notifications
You must be signed in to change notification settings - Fork 6.3k
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
Yarn as default? #464
Comments
It's up to the user. People who use yarn will use it anyway but npm is the default/standard package manager and what most people is used to 🙂 |
great to see that yarn is now the default! |
how can i change it back to npm?. npm has proven to work on very slow network. while yarn keeps failing multiple times. |
edit |
yes i finally found it under user home directory , thanks. |
Change yarn to npm |
where pls specify |
#1300 (comment) |
The best help i found on this problem! |
First of all, thank you for this tool. It has helped me getting into building client-side apps with vue much faster than I could have wished. I even gave a talk about that on our local ruby on rails usergroup.
I hope that it is ok to ask a question here rather than reporting a bug.
I've seen some comments in this repo like #245 for YARN support in the vue-cli.
My question would be if it is reasonable to push YARN to be the default in vue-cli, ie. generated code, installation, examples etc?
For me as a backend developer, the whole JS tooling is kinda confusing, especially coming from the very opinionated RoR.
As far as i understand, using YARN is beeing adopted as a best practice for client side dependency management, and I would love to see that reflected in this project.
I'd also be willing to help getting this done wherever I can.
The text was updated successfully, but these errors were encountered: