Forever Node.JS Express 4

前端 未结 5 1617
时光取名叫无心
时光取名叫无心 2020-12-23 23:10

How do you run the Express 4 app with Forever? (or is there a new package?)

I am running my Express 3 apps with Forever installed locally with the package manager. I

5条回答
  •  执念已碎
    2020-12-23 23:28

    Try node app.js first, for me, I added a new module in code base, but i did not run npm install in my AWS box, forever is not giving you the error, it just stopped silently, but node will give you the error

提交回复
热议问题