Update to node 0.12

This commit is contained in:
Vincent Fiduccia 2015-11-17 12:26:00 -07:00
parent 877a94ccbe
commit 366dc139b2
1 changed files with 2 additions and 2 deletions

View File

@ -9,8 +9,8 @@ else
cd `dirname $CWD`
fi
apt-get update
apt-get install -y npm phantomjs
curl -sL https://deb.nodesource.com/setup_0.12 | sudo bash -
apt-get install -y nodejs phantomjs
update-alternatives --install /usr/bin/node node /usr/bin/nodejs 10
npm set cache /var/cache/npm