You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 11, 2022. It is now read-only.
Apparently Debian calls it nodejs because there's another package named node already. That means we should probably check for nodejs first and prefer it in case the user also has node installed.
I generally don't like installing the version of node that comes with the system package manager and typically prefer nvm
Workaround for these systems: Install nodejs-legacy, which adds symlink /usr/bin/node -> nodejs.
The text was updated successfully, but these errors were encountered:
We require
node
to be on the path. See https://github.com/typesafehub/js-engine/blob/master/src/main/scala/com/typesafe/jse/LocalEngine.scala#L69Apparently Debian calls it nodejs because there's another package named node already. That means we should probably check for nodejs first and prefer it in case the user also has node installed.
I generally don't like installing the version of node that comes with the system package manager and typically prefer nvm
Workaround for these systems: Install nodejs-legacy, which adds symlink /usr/bin/node -> nodejs.
The text was updated successfully, but these errors were encountered: