Return of the n_arch

This commit is contained in:
Bob Mottram 2017-10-13 22:34:48 +01:00
parent 2ff74be399
commit 007c1cb898
1 changed files with 1 additions and 1 deletions

View File

@ -145,7 +145,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 ${NODEJS_VERSION}
$mesh_install_nodejs_prefix n --arch $N_ARCH ${NODEJS_VERSION}
cp $rootdir/root/npm $rootdir/usr/bin/npm
}