Quantcast
Channel: DreamFactory Forum - Latest posts
Viewing all articles
Browse latest Browse all 5027

NodeJS throwing error code 127

$
0
0

Exit code 127 indicates a ‘command not found error’.

could you try running hello.js separately? I suspect the sudo is causing problems since the child process for hello.js won’t also start under sudo. Try something like:

~/nodejs/node-inspector sudo node_g --debug test/hello.js &

~/nodejs/node-inspector sudo node bin/inspector.js

If that doesn’t work could you provide more details on your environment and distro?

Bhanu Prasad
NodeJS


Viewing all articles
Browse latest Browse all 5027

Trending Articles