ELIFECYCLE Node.js 錯誤是什麼意思? - What does the ELIFECYCLE Node.js error mean?

問題:

What does ELIFECYCLE mean?生命週期是什麼意思?

Here's my app code: https://gist.github.com/samholmes/388ca4552c5936b52c5d這是我的應用程序代碼: https : //gist.github.com/samholmes/388ca4552c5936b52c5d

When I run the 'blast-emails' command, it will run for a while until shortly crashing with the error:當我運行“blast-emails”命令時,它會運行一段時間,直到很快崩潰並出現錯誤:

npm ERR! Linux 3.2.0-4-amd64
npm ERR! argv "/root/.nvm/versions/io.js/v1.6.1/bin/iojs" "/root/.nvm/versions/io.js/v1.6.1/bin/npm" "run" "live"
npm ERR! node v1.6.1
npm ERR! npm  v2.7.1
npm ERR! code ELIFECYCLE
npm ERR! [email protected] live: `NODE_ENV=production node app.js`
npm ERR! Exit status 137
npm ERR! 
npm ERR! Failed at the [email protected] live script 'NODE_ENV=production node app.js'.
npm ERR! This is most likely a problem with the emailer package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR!     NODE_ENV=production node app.js
npm ERR! You can get their info via:
npm ERR!     npm owner ls emailer
npm ERR! There is likely additional logging output above.

npm ERR! Please include the following file with any support request:
npm ERR!     /apps/emailer/npm-debug.log

The npm-debug.log file is also included in the gist. npm-debug.log文件也包含在要點中。

I'm looking for one of two answers: What does ELIFECYCLE mean?我正在尋找兩個答案之一:ELIFECYCLE 是什麼意思? (or) Why am I getting the error in my application code? (或)爲什麼我的應用程序代碼中出現錯誤?


解決方案:

參考一: https://stackoom.com/question/250AW
參考二: What does the ELIFECYCLE Node.js error mean?
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章