mirror of
https://github.com/pnpm/pnpm.git
synced 2025-12-24 07:38:12 -05:00
fix: suggest pnpm install --force to refetch packages (#3867)
close #3840
This commit is contained in:
5
.changeset/early-pets-occur.md
Normal file
5
.changeset/early-pets-occur.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"@pnpm/default-reporter": patch
|
||||
---
|
||||
|
||||
Suggest `pnpm install --force` to refetch modified packages.
|
||||
@@ -243,7 +243,7 @@ function reportModifiedDependency (msg: { modified: string[] }) {
|
||||
body: `These packages are modified:
|
||||
${msg.modified.map((pkgPath: string) => colorPath(pkgPath)).join(EOL)}
|
||||
|
||||
You can run ${highlight('pnpm install')} to refetch the modified packages`,
|
||||
You can run ${highlight('pnpm install --force')} to refetch the modified packages`,
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user