Fix node warnings

This commit is contained in:
Bob Mottram 2016-11-04 18:02:22 +00:00
parent 2de956b687
commit e44f30e7ad
1 changed files with 3 additions and 0 deletions

View File

@ -132,6 +132,9 @@ cp /usr/bin/nodejs /usr/bin/node
npm install -g n@${NODEJS_N_VERSION} --save
n ${NODEJS_VERSION}
npm update -g npm@{NPM_VERSION}
npm install -g pug@2.0.0-beta6
npm install -g graceful-fs@4.1.10
npm install -g minimatch@3.0.3
exit 0
EOF
chmod +x /root/install-nodejs.sh