nvm-sh / nvm

Node Version Manager - POSIX-compliant bash script to manage multiple active node.js versions
MIT License
80.01k stars 8.01k forks source link

Installing "system" node using nvm? #1559

Open olalonde opened 7 years ago

olalonde commented 7 years ago

From the README, it's not clear how I could install a system version of node (that will be used even when nvm isn't sourced). Is that a supported use case?

ljharb commented 7 years ago

No, definitely not. nvm use system only uses whatever you may have previously had installed.