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

Call cpu detection fix after installing new npm

parent cefafc14
No related branches found
No related tags found
No related merge requests found
......@@ -146,6 +146,9 @@ function mesh_install_nodejs {
fi
cp "$rootdir/usr/bin/npm" "$rootdir/root/npm"
# deliberately called again
nodejs_fix_cpu_detection
# 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}
......
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