5 lines
165 B
Bash
Executable File
5 lines
165 B
Bash
Executable File
curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash -
|
|
apt-get install -y nodejs
|
|
npm config set registry https://registry.npm.taobao.org
|
|
npm install -g pm2
|