Try different npm version to avoid length error
This commit is contained in:
parent
f65875aa3a
commit
608010de34
|
@ -37,7 +37,7 @@ VARIANTS='mesh'
|
||||||
# have specifically the correct versions
|
# have specifically the correct versions
|
||||||
NODEJS_VERSION='8.11.1'
|
NODEJS_VERSION='8.11.1'
|
||||||
NODEJS_N_VERSION='2.1.7'
|
NODEJS_N_VERSION='2.1.7'
|
||||||
NPM_VERSION='5.6.0'
|
NPM_VERSION='5.8.0'
|
||||||
|
|
||||||
# This file keeps track of the apps needing nodejs
|
# This file keeps track of the apps needing nodejs
|
||||||
# so that it can be removed if tere are no apps which need it
|
# so that it can be removed if tere are no apps which need it
|
||||||
|
|
Loading…
Reference in New Issue