【发布时间】:2016-07-15 18:13:48
【问题描述】:
我在我的服务器中使用 forever.js。当我运行forever start index.js 时,它运行良好,但是当我调用node index.js 时,它说:
The program 'nodejs' is currently not installed. You can install it by typing:
apt-get install nodejs
我尝试运行which node,也显示了上述消息。我很困惑。我的服务器中是否安装了 node.js?
【问题讨论】:
标签: node.js ubuntu-14.04 forever