mirror of https://github.com/rancher/ui.git
Update to node 0.12
This commit is contained in:
parent
877a94ccbe
commit
366dc139b2
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue