Hi all,
I'm able to run my NodeJS apps on my local machine. However, when I try to deploy my apps to Bluemix. I got this error:
2015-11-30T22:42:10.384+0200
[App/0]
err
at Function.Module._load (module.js:310:12)
2015-11-30T22:42:10.384+0200
[App/0]
err
at Object.Module._extensions..js (module.js:478:10)
2015-11-30T22:42:10.384+0200
[App/0]
err
at Module.require (module.js:365:17)
2015-11-30T22:42:10.384+0200
[App/0]
err
const SALT_WORK_FACTOR = 10;
2015-11-30T22:42:10.384+0200
[App/0]
err
at Module._compile (module.js:443:25)
2015-11-30T22:42:10.384+0200
[App/0]
err
SyntaxError: Use of const in strict mode.
2015-11-30T22:42:10.384+0200
I have uploaded the log file to this thread. Can anyone suggest me a way to find the root cause of this error and help me to resolve it ?
Thanks, Long Nguyen
Please provide your manifest.yml file so we can see why you are trying to do.
When I try to debug my Node.js application I get prompted for a login/password 1 Answer
Debug Node.js app on Bluemix 2 Answers
Unable to use the bluemix-debug tools on a nodejs application 4 Answers
Nodejs - CPU Flapping 2 Answers
an instance of the app crashed: failed to accept connections within health check timeout 0 Answers