I\'ve been using NVM to install the latest versions of nodeJS for my node work. It works totally fine for installing separate versions and switching between them. It also in
npm install npm@x.x.x -g npm install npm@5.4.0 -g