Listing 3-6. Command line to install PM2 after you've installed Node.js $ npm install pm2 -g Listing 3-7. Starting your app with pm2 $ pm2 start index.js ...
確定! 回上一頁