标签: node.js pm2
我是node.js的新手,想要在服务上部署应用。目前该应用程序在运行node start时运行。
node start
我想知道如何使用pm2让它像新手一样运行。
pm2
在我看过的教程中,pm2用于运行像index.js这样的文件。但是当我使用pm2 node start时,应用程序进程无法启动 感谢您的帮助来解决这个问题?
index.js
pm2 node start
答案 0 :(得分:0)
您可以查看pm2/docs/usage/quick-start。 最简单的方法是:
pm2 start index.js