ELIFECYCLE có nghĩa là gì?
Đây là mã ứng dụng của tôi: https://gist.github.com/samholmes/388ca4552c5936b52c5d
Khi tôi chạy lệnh 'blast-email', nó sẽ chạy trong một thời gian cho đến khi gặp sự cố trong thời gian ngắn với lỗi:
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! emailer@0.0.0 live: `NODE_ENV=production node app.js`
npm ERR! Exit status 137
npm ERR!
npm ERR! Failed at the emailer@0.0.0 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
Các npm-debug.logtập tin cũng được bao gồm trong ý chính.
Tôi đang tìm kiếm một trong hai câu trả lời: ELIFECYCLE có nghĩa là gì? (hoặc) Tại sao tôi nhận được lỗi trong mã ứng dụng của mình?