gpt4 book ai didi

node.js - 在 ubuntu 上永远启动服务器 node.js

转载 作者:行者123 更新时间:2023-12-04 19:19:22 25 4
gpt4 key购买 nike

我一直在搜索,没有结果和我一样的问题。
我有一个 Node.js 应用程序,我想用 forever start app.js 启动它,该过程开始,但当我在浏览器中尝试时没有找到网站。当我写 forever list 时,该过程在列表中.
Npm start工作正常,但我不能使用 nodejs/node app.js 或 my_file.js .. 它没有给出错误或只是新的命令行,终端没有输出。

所以有人知道为什么我不能用 nodejs app.js 启动应用程序或 forever start app.js ..没有文件有效。

谢谢!

最佳答案

在 express 4 中,您应该写:

forever ./bin/www

如果你检查你的 package.json文件你可以看到:
"scripts": {
"start": "node ./bin/www"
}

这是 npm start脚本

关于node.js - 在 ubuntu 上永远启动服务器 node.js,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26196365/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com