Skip to content

Fixed reference to old deprecated yarn command#7470

Open
leidegre wants to merge 1 commit intoyarnpkg:masterfrom
leidegre:yarn-unlink-info-msg
Open

Fixed reference to old deprecated yarn command#7470
leidegre wants to merge 1 commit intoyarnpkg:masterfrom
leidegre:yarn-unlink-info-msg

Conversation

@leidegre
Copy link

This is just a fix in the info message provided by yarn unlink.

If you try to run that command yarn will fail with an error.
@buildsize
Copy link

buildsize bot commented Aug 10, 2019

File name Previous Size New Size Change
yarn-[version].noarch.rpm 1.18 MB 1.18 MB -52 bytes (0%)
yarn-[version].js 4.85 MB 4.85 MB -16 bytes (0%)
yarn-legacy-[version].js 5.05 MB 5.05 MB -16 bytes (0%)
yarn-v[version].tar.gz 1.18 MB 1.19 MB 1.89 KB (0%)
yarn_[version]all.deb 868.44 KB 868.92 KB 494 bytes (0%)

@leidegre
Copy link
Author

The below command line interaction prompted me to fix this.

yarn unlink @tessin/tcm-boot
yarn unlink v1.15.2
success Removed linked package "@tessin/tcm-boot".
info You will need to run `yarn install --force` to re-install the package that was linked.
Done in 0.08s.
PS C:\Users\leidegre\Source\tessin\tcm\tcm-frontend> yarn install --force @tessin/tcm-boot@latest
yarn install v1.15.2
error `install` has been replaced with `add` to add new dependencies. Run "yarn add @tessin/tcm-boot@latest" instead.
info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.
PS C:\Users\leidegre\Source\tessin\tcm\tcm-frontend> yarn add --force @tessin/tcm-boot@latest
yarn add v1.15.2
[1/4] Resolving packages...
[2/4] Fetching packages...
[3/4] Linking dependencies...
[4/4] Rebuilding all packages...
success Saved lockfile.
success Saved 1 new dependency.
info Direct dependencies
└─ @tessin/tcm-boot@1.0.5
info All dependencies
└─ @tessin/tcm-boot@1.0.5
Done in 5.39s.

@davidhemphill
Copy link

Came here to PR this, and this was the top PR in the list. 😆

@MiroslavPetrik
Copy link

C'mon fix this great PR already!

@leidegre
Copy link
Author

There's obviously something going on with the team the CircleCI stuff looks broken. It will probably be merged at their earliest convenience.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants