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

update npm #104

Closed jimblue closed 4 years ago

jimblue commented 4 years ago

Hello,

I'm doing nvm use lts and it's working great. 😄 But how can I update node LTS using NVM when a new version is released?

Cheers

jorgebucaran commented 4 years ago

@jimblue Hey!

Running nvm use lts should do the trick, if the version is already available in https://nodejs.org/dist/npm-versions.txt.

Is that what you mean?

jimblue commented 4 years ago

ok thanks @jorgebucaran 😄