This repository has been archived by the owner on Jun 10, 2018. It is now read-only.
Open
Description
When using NVM having a system node package installed on Debian or Ubuntu, execjs always uses the system node. This is because it looks for the nodejs
binary first, which is provided by the system binary and not NVM (since it is something introduced by the distribution).
Suggestion: first look for node
, then nodejs
. Or don't look for nodejs
at all (unless an env variable is set).
First brought up in NVM: nvm-sh/nvm#308 (comment)
Metadata
Assignees
Labels
No labels