mirror of
https://github.com/pnpm/pnpm.git
synced 2026-04-10 18:18:56 -04:00
5
.changeset/dull-falcons-brush.md
Normal file
5
.changeset/dull-falcons-brush.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"@pnpm/plugin-commands-installation": patch
|
||||
---
|
||||
|
||||
Fix the error message that happens when trying to add a new dependency to the root of a workspace.
|
||||
@@ -180,7 +180,7 @@ export function handler (
|
||||
'Running this command will add the dependency to the workspace root, ' +
|
||||
'which might not be what you want - if you really meant it, ' +
|
||||
'make it explicit by running this command again with the -w flag (or --workspace-root). ' +
|
||||
'If you don\'t want to see this warning anymore, you may set the ignore-workspace-root-check setting to false.'
|
||||
'If you don\'t want to see this warning anymore, you may set the ignore-workspace-root-check setting to true.'
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user