Use NVM to handle different Node versions

by Jørgen Ringstad

If you're like me, and switch a lot between different projects, you've most likely run across problems with Node.js versions when building the frontend. That's a problem we can solve rather easily with NVM. But first things first, what is NVM? NVM [https:…