We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 460ea0f commit c079fffCopy full SHA for c079fff
1 file changed
libraries/rush-lib/src/logic/installManager/InstallHelpers.ts
@@ -85,7 +85,8 @@ export class InstallHelpers {
85
Colorize.yellow(
86
`The "globalNeverBuiltDependencies" field in ` +
87
`${rushConfiguration.commonRushConfigFolder}/${RushConstants.pnpmConfigFilename} ` +
88
- `is deprecated and is not supported by pnpm ${rushConfiguration.rushConfigurationJson.pnpmVersion}. ` +
+ `is deprecated and will be ignored by pnpm ${rushConfiguration.rushConfigurationJson.pnpmVersion} ` +
89
+ `(pnpm 11+ no longer reads build settings from package.json). ` +
90
'Migrate to "globalAllowBuilds" instead. ' +
91
`For example, replace "globalNeverBuiltDependencies": ["pkg"] ` +
92
`with "globalAllowBuilds": { "pkg": false }.`
0 commit comments