File size: 312 Bytes
aea5589 |
1 2 3 4 5 6 7 8 9 10 |
# curl https://raw.githubusercontent.com/creationix/nvm/master/install.sh | bash
# source .bashrc
# nvm install node
# curl -sL https://deb.nodesource.com/setup_12.x | bash -
wget -c https://deb.nodesource.com/setup_12.x
bash setup_12.x
apt-get install -y nodejs
npm install -g npm@latest
npm install -g nodemon |