前端学堂 http://www.felearn.com
当前位置首页 > 通全栈 > WebGIS> 正文

linux 怎么更新nodejs

2021-04-22 00:14:26 暂无评论 WebGIS 更新   怎么   nodejs

pm2 或者 forever抑或自带的nohub服务pm2:sudo npm install -g pm2pm2 start index.js --name hellopm2 stop hellopm2 restart helloforever:sudo npm install -g foreverforever start index.js...nohub:nohup node index.js > ~/myout.log 2>&1 &

猜你喜欢