-
-
Notifications
You must be signed in to change notification settings - Fork 22
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 update should use install instead of upgrade #26
Comments
The Yarn You can see the code for: However, it is possible to replace the commands of Yarn and NPM, so check if this is not the case in your configuration. |
I known that. |
Yes, the Foxy update command is used for the And indeed, the case of Yarn is that if there is a change of the dependencies, we must use the command |
Small precision, the error It would be good to check if the folder is synchronized or not, to return the good command. To could help to do this detection, run the |
Can you check if this commit fix your bug? |
Fixed. |
Upgrade will update all packages to lastest version.
Install not.
If I create a project, then I need add a package after few days.
upgrade
will update all packages,install
will only install that package I need. I thinkinstall
is correct.The text was updated successfully, but these errors were encountered: