derekstavis / plugin-nvm

Node version manager wrapper for Fish shell
MIT License
233 stars 12 forks source link

Error: nvm already installed. #24

Open IamMille opened 3 years ago

IamMille commented 3 years ago

omf install nvm Updating https://github.com/oh-my-fish/packages-main master... Done! Error: nvm already installed.

I've previosuly had installed nvm using fisher install jorgebucaran/nvm.fish (which now is removed). I've removed the .nvm folder together with the $NVM_DIR.

What's left?

jorgebucaran commented 2 years ago

You need to install nvm separately to be able to use this plugin, see nvm-sh/nvm/README.md#install-script for instructions.

Then check out the usage section for how to set your $NVM_DIR (if you have a custom one).