We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5970782 commit 491c61bCopy full SHA for 491c61b
apps/rush-lib/src/cli/actions/BaseInstallAction.ts
@@ -80,7 +80,7 @@ export abstract class BaseInstallAction extends BaseRushAction {
80
81
if (this._networkConcurrencyParameter.value) {
82
if (this.rushConfiguration.packageManager !== 'pnpm') {
83
- throw new Error(`The ${this._networkConcurrencyParameter.longName} parameter is currently`
+ throw new Error(`The "${this._networkConcurrencyParameter.longName}" parameter is`
84
+ ` only supported when using the PNPM package manager.`);
85
}
86
0 commit comments