-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
[question] what is the difference between yarn install
and yarn upgrade
#3348
Comments
What you are seeing might be a bug: #3315 Are versions getting updated or just collapsed/rearranged? |
they are getting update. To give a full overview of my behavior, here are my steps:
I don't necessarily believe this is a bug, since I am not running with |
If all were working correctly, my understanding is that there is a difference.
|
Sounds right, @ddgenome |
It seems that
yarn install
updates dependencies and modifies the lockfile in the same way asyarn upgrade
. What is the difference?The text was updated successfully, but these errors were encountered: