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

Comments

Popular posts from this blog

EDUCoin - ERC20 Tocken by Dr B P Sharma

Creating sample Blockchain using Python, Flask and Postman