永远从NPM安装就好了,但是当我尝试使用它时它会给我以下错误
root@bray:/home# forever start bundle/main.js
warn: --minUptime not set. Defaulting to: 1000ms
warn: --spinSleepTime not set. Your script will exit if it does not stay up for at least 1000ms
info: Forever processing file: bundle/main.js
答案 0 :(得分:2)
看起来很正常。
如果您的应用尚未启动,请检查您是否确实遇到了错误
forever list
然后在那里寻找你的流星应用程序。如果有猫的日志
cat path_to_log_file_reported_by_forever