DEV Community

Discussion on: A step-by-step guide to installing Node.js on Ubuntu

Collapse
 
peter279k profile image
peter279k

I also recommend using the nvm to install and manage multiple Node.js versions.

It's easy to manage multiple Node.js versions and it's proper for the purpose to test some packages with different Node.js versions.