摘要:
安装PM2: cnpm install pm2@latest -g 或 tyarn global add pm2 启动项目: pm2 start app.js 或 pm2 start bashscript.sh 或 pm2 start python-app.py --watch 或 pm2 star 阅读全文
摘要:
在项目根目录 安装npm-check-updates: cnpm i -g npm-check-updates 检查更新: ncu 执行更新(修改package.json): ncu -u 根据package.json更新模块: cnpm i 阅读全文