npm install pm2 -g #全局安装pm2pm2 start bin/www #启动服务器pm2 list #查看运行状态pm2 logs #查看日志pm2 restart www #重启应用pm2 stop www #停止应用