到專案目錄中 npm update 更新完再執行 npm install
npm install -g pm2 pm2 start server.js --name my-app pm2 list pm2 logs my-app pm2 stop my-app...