Tag: NVM
-
Manage Node.js version for a project using NVM and .nvmrc file

I just discovered an interesting and useful feature of NVM so I decided to let everyone know about it! If you don’t know NVM (Node Version Manager) you can read about it in my previous post here. NVM lets you quickly switch the Node.js version for a project to a…