-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Open
Labels
Description
I noticed a long thread where people are having issues using yarn upgrade --dev [package]
. deDependencies are not upgradable at this time and it was mentioned that by using yarn add
instead of yarn upgrade
upgrades the package, so there is no need to have yarn upgrade
as a command anymore and this should be referenced on the Docs portion of the website to allow for clearer communications.
Here are the two pages needing updating to reflect the above issues:
- https://yarnpkg.com/lang/en/docs/cli/upgrade/
- https://yarnpkg.com/lang/en/docs/managing-dependencies/
node v9.11.1
yarn v1.7.0
macOS High Sierra 10.13.5 (17F77)