ubuntu_install_nodejs.sh 169 Bytes
Newer Older
1 2 3
apt-get update && apt-get install -y curl
curl -sL https://deb.nodesource.com/setup_6.x | bash -
apt-get update && apt-get install -y nodejs
4
npm install eslint jsdoc ws