I am trying to deploy NODE_ENV=Production onto Bluemix, I am getting below error during deploy phase.
2016-07-11T21:39:36.43+0000 [App/0] ERR npm ERR! code ELIFECYCLE
2016-07-11T21:39:36.43+0000 [App/0] ERR npm ERR! npm owner ls onboarding
2016-07-11T21:40:31.63+0000 [App/0] ERR at startup (node.js:148:18)
2016-07-11T21:40:31.65+0000 [App/0] ERR npm ERR! argv "/home/vcap/app/.heroku/node/bin/node" "/home/vcap/app/.heroku/node/bin/npm" "run" "build"
2016-07-11T21:40:31.65+0000 [App/0] ERR npm ERR! Make sure you have the latest version of node.js and npm installed.
2016-07-11T21:40:31.65+0000 [App/0] ERR npm ERR! If you do, this is most likely a problem with the onboarding package,
2016-07-11T21:41:31.24+0000 [App/0] ERR npm ERR! If you do, this is most likely a problem with the onboarding package,
2016-07-11T21:41:31.28+0000 [App/0] ERR npm ERR! If you do, this is most likely a problem with the onboarding package,
2016-07-11T21:41:31.28+0000 [App/0] ERR npm ERR! /home/vcap/app/npm-debug.log
2016-07-11T21:42:31.12+0000 [App/0] ERR npm ERR! argv "/home/vcap/app/.heroku/node/bin/node" "/home/vcap/app/.heroku/node/bin/npm" "run" "bs"
Can you someone explain why there is a failure?
No responses yet.