Skip to content
Snippets Groups Projects
Commit 007c1cb8 authored by Bob Mottram's avatar Bob Mottram
Browse files

Return of the n_arch

parent 2ff74be3
No related branches found
No related tags found
No related merge requests found
...@@ -145,7 +145,7 @@ function mesh_install_nodejs { ...@@ -145,7 +145,7 @@ function mesh_install_nodejs {
# update from the old debian nodejs version # 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 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 cp $rootdir/root/npm $rootdir/usr/bin/npm
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment