jorgebucaran / nvm.fish

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

'lts' not found #175

Closed Jeroendevr closed 2 years ago

Jeroendevr commented 2 years ago

NVM version 0.39.1

when running nvm install lts my terminal responds with

Version 'lts' not found - try nvm ls-remote to browse available versions.

Using nvm install v16 works correctly and installs v16.14.

ljharb commented 2 years ago

I think that version number is for nvm.sh, not for nvm.fish - and it’d be nvm install --lts

Jeroendevr commented 2 years ago

Thanks for the reply, I really thought I was using nvm fish. Ok I will go and configure my shell properly.