plugin-nvm icon indicating copy to clipboard operation
plugin-nvm copied to clipboard

Error: nvm already installed.

Open IamMille opened this issue 3 years ago • 1 comments

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?

IamMille avatar Aug 13 '21 15:08 IamMille

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).

jorgebucaran avatar Oct 08 '21 13:10 jorgebucaran