Skip to content

Commit c837ab0

Browse files
committed
fixup! update comment
1 parent af0c1c5 commit c837ab0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/install.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,8 +132,7 @@ class Install extends ArboristWorkspaceCmd {
132132
const isDev = this.npm.config.get('dev')
133133
const scriptShell = this.npm.config.get('script-shell') || undefined
134134

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
135+
// be very strict about engines when trying to update npm itself
137136
const npmInstall = args.find(arg => arg.startsWith('npm@') || arg === 'npm')
138137
if (isGlobalInstall && npmInstall) {
139138
const npmManifest = await pacote.manifest(npmInstall)

0 commit comments

Comments
 (0)