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?
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
Hello I've had the same issue before and this solved it:
Node.js not found by Rails / execjs
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With