Install Node Version Manager
This page has the instructions to install the Node Version Manager (nvm). Having this tool is useful because some explorers o mining pools only works with NodeJs' old versions.
Installation: (Linux)
Download and run the install script
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.11/install.sh | bash
Usage:
Install any NodeJs version using the install instruction.
Example:
nvm install v4
To select an specific version for your current session the use instruction is used.
Example:
nvm use v4
References:
NVM github: https://github.com/creationix/nvm#installation
Last updated