我使用此命令行运行我的应用程序
forever start app.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: app.js
它并没有真正启动我的应用