Skip to content

Commit cd14d47

Browse files
ljharbruyadorno
authored andcommittedNov 5, 2019
unsupported: npm v6.10.0 breaks on node v6.0, v6.1, v9.0 - v9.2
nvm-sh/nvm@100861d PR-URL: #279 Credit: @ljharb Close: #279 Reviewed-by: @ruyadorno
1 parent ae4c74d commit cd14d47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎lib/utils/unsupported.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ var supportedNode = [
99
{ver: '12', min: '12.0.0'},
1010
{ver: '13', min: '13.0.0'}
1111
]
12-
var knownBroken = '<6.0.0'
12+
var knownBroken = '<6.2.0 || 9.0 - 9.2'
1313

1414
var checkVersion = exports.checkVersion = function (version) {
1515
var versionNoPrerelease = version.replace(/-.*$/, '')

0 commit comments

Comments
 (0)