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? 回答1: 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 回答2: Hello I've had the same issue before and this solved it: Node.js not found by Rails / execjs PS: if this