fix: hint how to change global store location

This commit is contained in:
Zoltan Kochan
2022-12-25 12:59:47 +02:00
parent 084823fe3b
commit 0048e0e64e
2 changed files with 6 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
---
"@pnpm/default-reporter": patch
---
Fix the command in the hint about how to update the store location globally.

View File

@@ -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)`,
}
}