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

`nvm use lts` installs latest not lts version #90

Closed kirach closed 4 years ago

kirach commented 4 years ago

nvm use lts installs version 12.11.1 (as of oct, 7) while the latest lts version is 10.16.3 according to https://nodejs.org/en/download/

jorgebucaran commented 4 years ago

@kirach Thanks. How does one determine the LTS version in this case?

ljharb commented 4 years ago

same way nvm does - it’s in the index.tab file in nodejs.org/dist

jorgebucaran commented 4 years ago

@kirach Can you check if https://github.com/jorgebucaran/fish-nvm/pulls solves it for you? Thanks.

jorgebucaran commented 4 years ago

I tried it and it's working now. 🎉