File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,10 @@ Please add one entry in this file for each change in Yarn's behavior. Use the sa
24
24
25
25
[ #6882 ] ( https://github.com/yarnpkg/yarn/pull/6882 ) - [ ** Zoran Regvart** ] ( https://github.com/zregvart )
26
26
27
+ - Fixes the command that ` yarn unlink ` recommends to run as a followup (now ` yarn install --force ` )
28
+
29
+ [ #6931 ] ( https://github.com/yarnpkg/yarn/pull/6931 ) - [ ** Justin Sacbibit** ] ( https://github.com/justinsacbibit )
30
+
27
31
- Changes the location where the ` --require ./.pnp.js ` flag gets added into ` NODE_OPTIONS ` : now at the front
28
32
29
33
[ #6942 ] ( https://github.com/yarnpkg/yarn/pull/6942 ) - [ ** John-David Dalton** ] ( https://twitter.com/jdalton )
Original file line number Diff line number Diff line change @@ -179,7 +179,7 @@ const messages = {
179
179
'You can now run `yarn unlink $0` in the projects where you no longer want to use this package.' ,
180
180
linkUsing : 'Using linked package for $0.' ,
181
181
linkDisusing : 'Removed linked package $0.' ,
182
- linkDisusingMessage : 'You will need to run `yarn` to re-install the package that was linked.' ,
182
+ linkDisusingMessage : 'You will need to run `yarn install --force ` to re-install the package that was linked.' ,
183
183
linkTargetMissing : 'The target of linked package $0 is missing. Removing link.' ,
184
184
185
185
createInvalidBin : 'Invalid bin entry found in package $0.' ,
You can’t perform that action at this time.
0 commit comments