You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
console.error("You'll need to upgrade to a newer version in order to use this")
40
-
console.error('version of npm. Supported versions are '+supportedMajors+'. You can find the')
41
-
console.error('latest version at https://nodejs.org/')
28
+
console.error("You'll need to upgrade to a newer Node.js version in order to use this")
29
+
console.error('version of npm. You can find the latest version at https://nodejs.org/')
42
30
process.exit(1)
43
31
}
44
32
}
@@ -51,7 +39,6 @@ exports.checkForUnsupportedNode = function () {
51
39
log.warn('npm','npm does not support Node.js '+process.version)
52
40
log.warn('npm','You should probably upgrade to a newer version of node as we')
53
41
log.warn('npm',"can't make any promises that npm will work with this version.")
54
-
log.warn('npm','Supported releases of Node.js are the latest release of '+supportedMajors+'.')
55
42
log.warn('npm','You can find the latest version at https://nodejs.org/')
0 commit comments