jorgebucaran / nvm.fish

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

Manual installation setup error #135

Closed shyim closed 3 years ago

shyim commented 3 years ago
❯ nvm install v15.6.0
An error occurred while redirecting file '/home/shyim/.local/share/nvm/.index.temp'
open: No such file or directory
nvm: Invalid index or unavailable host: "https://nodejs.org/dist/index.tab"

Fish Version: fish, version 3.0.2 Curl Version: curl 7.64.0 OS: WSL2 (Debian)

Just calling curl https://nodejs.org/dist/index.tab does work in CLI

shyim commented 3 years ago

Was my fault 😅

Installed manuelly and forget to create mkdir -p /home/shyim/.local/share/nvm/