mirror of
https://github.com/pnpm/pnpm.git
synced 2025-12-26 08:38:09 -05:00
fix: hint how to change global store location
This commit is contained in:
5
.changeset/quick-boxes-agree.md
Normal file
5
.changeset/quick-boxes-agree.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"@pnpm/default-reporter": patch
|
||||
---
|
||||
|
||||
Fix the command in the hint about how to update the store location globally.
|
||||
@@ -131,7 +131,7 @@ pnpm now wants to use the store at "${msg.actualStorePath}" to link dependencies
|
||||
|
||||
If you want to use the new store location, reinstall your dependencies with "pnpm install".
|
||||
|
||||
You may change the global store location by running "pnpm config set store-dir <dir>".
|
||||
You may change the global store location by running "pnpm config set store-dir <dir> --global".
|
||||
(This error may happen if the node_modules was installed with a different major version of pnpm)`,
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user