Python - Node.js (V8) runtime is not available on this system
I'm getting the following error when trying to use ExecJS: execjs.RuntimeUnavailable: Node.js (V8) runtime is not available on this system I have node.js installed on my machine (Ubuntu 14.04). Which Node outputs /usr/bin/node Any ideas? kmandov Have you seen this similar issue They resolve the problem by linking node under /usr/local/bin/node ln -s /usr/local/bin/node /usr/bin/node Hamza Tahboub Hello I've had the same issue before and this solved it: Node.js not found by Rails / execjs PS: if this solves you issue mark my answer as correct! :P When you are trying to use ExecJS, what user are