jorgebucaran / nvm.fish

The Node.js version manager you'll adore, crafted just for Fish
https://git.io/nvm.fish
MIT License
2.13k stars 71 forks source link

Can't install #119

Closed KTamas closed 3 years ago

KTamas commented 3 years ago
$ fisher add jorgebucaran/nvm.fish
fetching https://codeload.github.com/jorgebucaran/nvm.fish/tar.gz/master
fisher: cannot add github.com/jorgebucaran/nvm.fish -- is this a valid package?

Why?

jorgebucaran commented 3 years ago

@KTamas Think that's because you're using an old Fisher. All you need to do is upgrade and try again.

To upgrade from Fisher 3.x:

fisher self-update
KTamas commented 3 years ago

Ah. Thank you!!