Files
ZYZ/scripts/envInit.sh
2021-12-26 22:31:33 +08:00

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