简体   繁体   中英

Trying to install forever from npm

Forever from NPM installs just fine, but when I try and use it it gives me the following error

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

That looks normal.

To check if you do actually have an error if your app isn't starting up

forever list

Then look for your meteor app in there. If it is there cat its logs

cat path_to_log_file_reported_by_forever

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM