Experimental node install

This commit is contained in:
Bob Mottram 2018-04-03 17:53:19 +01:00
parent 1b7a329005
commit e02c86ddd3
1 changed files with 9 additions and 9 deletions

View File

@ -175,17 +175,17 @@ 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"
#$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"
# deliberate second install of npm
$mesh_install_nodejs_prefix npm install --arch=$NPM_ARCH -g npm@${NPM_VERSION} --save
if [ -f "$rootdir/usr/local/bin/npm" ]; then
cp "$rootdir/usr/local/bin/npm" "$rootdir/usr/bin/npm"
fi
cp "$rootdir/usr/bin/npm" "$rootdir/root/npm"
#$mesh_install_nodejs_prefix npm install --arch=$NPM_ARCH -g npm@${NPM_VERSION} --save
#if [ -f "$rootdir/usr/local/bin/npm" ]; then
# cp "$rootdir/usr/local/bin/npm" "$rootdir/usr/bin/npm"
#fi
#cp "$rootdir/usr/bin/npm" "$rootdir/root/npm"
if [ -f "$rootdir/usr/bin/node" ]; then
cp "$rootdir/usr/bin/node" "$rootdir/usr/local/bin/node"
fi