Posts

Showing posts from February, 2020

Using Node Version Manager (NVM)

Install the node version manager in your machine then issue the following commands to install different version of node in your machine nvm install 8.9.0 nvm install 12.13.0 Now define the current version of node to be used nvm use <version> Example nvm use 8.9.0