We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af0c1c5 commit c837ab0Copy full SHA for c837ab0
lib/install.js
@@ -132,8 +132,7 @@ class Install extends ArboristWorkspaceCmd {
132
const isDev = this.npm.config.get('dev')
133
const scriptShell = this.npm.config.get('script-shell') || undefined
134
135
- // be very strict about engines when trying to update npm itself, and give
136
- // a message that's more customized than engine-strict would give
+ // be very strict about engines when trying to update npm itself
137
const npmInstall = args.find(arg => arg.startsWith('npm@') || arg === 'npm')
138
if (isGlobalInstall && npmInstall) {
139
const npmManifest = await pacote.manifest(npmInstall)
0 commit comments