Secondary fix
This commit is contained in:
parent
cacacc38d1
commit
1b7a329005
|
@ -176,6 +176,7 @@ function mesh_install_nodejs {
|
|||
# update from the old debian nodejs version
|
||||
$mesh_install_nodejs_prefix npm install --arch=$NPM_ARCH -g n@${NODEJS_N_VERSION} --save
|
||||
$mesh_install_nodejs_prefix n --arch $N_ARCH ${NODEJS_VERSION}
|
||||
nodejs_fix_cpu_detection
|
||||
cp "$rootdir/root/npm" "$rootdir/usr/bin/npm"
|
||||
cp "$rootdir/root/npm" "$rootdir/usr/local/bin/npm"
|
||||
|
||||
|
|
Loading…
Reference in New Issue