-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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 vs npm #319
Comments
@ryannealmes, yarn is the way going forward, but you're not forced into using it at the moment. You can use The only time you need to use yarn right now is if you contribute to the project and add/remove/update a package because the We should probably updated the docs to say you can install via |
Great thanks! That answers my question. |
Good question @ryannealmes. I left it out of docs since it's totally optional and will stay that way. I figure anyone who has questions about what Yarn is doesn't need it. It's just a nice convenience/time saver. |
I see you guys have added yarn to the repo. Is yarn not an npm replacement?
npm install
is still used to setup the project notyarn
.Is there a reason for this? Just trying to learn/understand why it's being used. My own reading hasn't given enough information to come to my own conclusion.
Thanks.
The text was updated successfully, but these errors were encountered: