The usual oddness with npm installation

This commit is contained in:
Bob Mottram 2017-06-06 11:31:25 +01:00
parent 5d61b29d95
commit 6da57dbeaf
1 changed files with 4 additions and 0 deletions

View File

@ -63,7 +63,9 @@ n ${NODEJS_VERSION}
npm install -g pug@2.0.0-beta6 --save npm install -g pug@2.0.0-beta6 --save
npm install -g graceful-fs@4.1.10 --save npm install -g graceful-fs@4.1.10 --save
npm install -g minimatch@3.0.3 --save npm install -g minimatch@3.0.3 --save
npm install -g npm@${NPM_VERSION} --save
cp /usr/local/bin/node /usr/bin/nodejs cp /usr/local/bin/node /usr/bin/nodejs
cp /usr/local/bin/npm /usr/bin/npm
EOF EOF
chroot "${rootdir}" chmod +x /root/install-nodejs.sh chroot "${rootdir}" chmod +x /root/install-nodejs.sh
chroot "${rootdir}" /root/install-nodejs.sh chroot "${rootdir}" /root/install-nodejs.sh
@ -178,8 +180,10 @@ function install_nodejs {
npm install -g pug@2.0.0-beta6 --save npm install -g pug@2.0.0-beta6 --save
npm install -g graceful-fs@4.1.10 --save npm install -g graceful-fs@4.1.10 --save
npm install -g minimatch@3.0.3 --save npm install -g minimatch@3.0.3 --save
npm install -g npm@${NPM_VERSION} --save
cp /usr/local/bin/node /usr/bin/nodejs cp /usr/local/bin/node /usr/bin/nodejs
cp /usr/local/bin/npm /usr/bin/npm
# node seems tricky so here we're going to double check # node seems tricky so here we're going to double check
# that the versions we expect did get installed # that the versions we expect did get installed