FabioAntunes / fish-nvm

nvm wrapper for fish-shell
MIT License
509 stars 20 forks source link

Fixes error swallowing when using .nvmrc #42

Closed FabioAntunes closed 4 years ago

FabioAntunes commented 4 years ago

When a .nvmrc exists in the folder with a version that it's not installed. fish-nvm swallows the error and says that command (node,npm,npx,etc) is not installed.

closes #36