Skip to content

Instantly share code, notes, and snippets.

@mtrefzer
Last active July 19, 2021 10:42
Show Gist options
  • Save mtrefzer/d1a851f13d1c821935421590cecd0b91 to your computer and use it in GitHub Desktop.
Save mtrefzer/d1a851f13d1c821935421590cecd0b91 to your computer and use it in GitHub Desktop.
sudo node comand not found witn nvm

Howto

Fix sudo node comand not found using nvm

sudo ln -s /home/username/.nvm/versions/node/vx.y.z/bin/node /usr/local/bin/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment