Skip to content

Commit

Permalink
Update libraries/rush-lib/src/logic/installManager/InstallHelpers.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Ian Clanton-Thuon <[email protected]>
  • Loading branch information
witcher112 and iclanton authored Nov 14, 2024
1 parent 32ffec6 commit 54fb673
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions libraries/rush-lib/src/logic/installManager/InstallHelpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,9 @@ export class InstallHelpers {
// eslint-disable-next-line no-console
console.warn(
Colorize.yellow(
`Your version of pnpm ${rushConfiguration.rushConfigurationJson.pnpmVersion} ` +
`doesn't support "globalIgnoredOptionalDependencies". Please consider upgrading the ` +
`"pnpmVersion" setting in ${RushConstants.rushJsonFilename} to 9.0.0 or higher ` +
Colorize.bold('(please note that pnpm 9+ is not officially supported yet at the moment)')
`Your version of pnpm (${rushConfiguration.rushConfigurationJson.pnpmVersion}) ` +
`doesn't support the "globalIgnoredOptionalDependencies" field in ${RushConstants.<whatever this is>}/${RushConstants.<pnpm-config.json constant>}. ` +
`Remove this field or upgrade to pnpm 9.`
)
);
}
Expand Down

0 comments on commit 54fb673

Please sign in to comment.