Update Node.js to v8.16.2.

Thanks to xet7 !
This commit is contained in:
Lauri Ojansivu 2019-11-13 21:46:33 +02:00
parent 7206e2528f
commit 1eb3d25b40
8 changed files with 9 additions and 9 deletions

View file

@ -79,7 +79,7 @@ do
curl -0 -L https://npmjs.org/install.sh | sudo sh
sudo chown -R $(id -u):$(id -g) $HOME/.npm
sudo npm -g install n
sudo n 8.16.1
sudo n 8.16.2
#curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash -
#sudo apt-get install -y nodejs
elif [[ "$OSTYPE" == "darwin"* ]]; then