Skip to content

Commit

Permalink
fixup! Update libraries/rush-lib/src/logic/installManager/InstallHelp…
Browse files Browse the repository at this point in the history
…ers.ts
  • Loading branch information
iclanton committed Dec 3, 2024
1 parent 8d85c7c commit e087d55
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,8 @@ export class InstallHelpers {
Colorize.yellow(
`Your version of pnpm (${rushConfiguration.rushConfigurationJson.pnpmVersion}) ` +
`doesn't support the "globalIgnoredOptionalDependencies" field in ` +
`${rushConfiguration.commonRushConfigFolder}. Remove this field or upgrade to pnpm 9.`
`${rushConfiguration.commonRushConfigFolder}/${RushConstants.pnpmConfigFilename}. ` +
'Remove this field or upgrade to pnpm 9.'
)
);
}
Expand Down

0 comments on commit e087d55

Please sign in to comment.