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

After executing the bash script, close and reopen the console.

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:

Last updated