I'm using NVM to manage my Node.js versions on the system, and since I installed it my rails apps stop working.
ExecJS can't seem to find node runtime, giving the error:
Node.js (V8) runtime is not available on this system (ExecJS::RuntimeUnavailable)
what actions are needed to make NVM play well with ExecJS?