DEV Community

Discussion on: Why You Should Use NVM (Node Version Manager) and How to Install It

Collapse
 
cytim profile image
Tim Wong • Edited

I love nvm too. Had been using it for many years. Recently I'm also trying out asdf. It's very much like nvm, but supports many other tools as well. I like its .tool-versions file particularly that I can specify the versions for different projects. asdf will choose the correct version automatically when I swtich the project.