Hanchon
  • Home
  • BCH Testnet Environment
    • BCH Testnet Environment
    • BitcoinABC (bitcore patches)
    • Bitcore (insight + insight-api)
    • NOMP (mining pool)
    • CPU Miner
    • Fork the network
    • Run regtest
  • Bitprim
    • Introduction
    • Node versions
    • Requirements
    • Node installation
    • Run the node
    • Insight Installation
    • Run Insight (node + REST-API)
    • Query the insight api
  • Bitprim Node Configuration Files
    • Bitcoin Cash Testnet
    • Bitcoin Cash Mainnet
    • Bitcoin Core Testnet
    • Bitcoin Core Mainnet
    • Litecoin Testnet
    • Litecoin Mainnet
  • Bitprim Insight Configuration
    • Insight-API configuration file
  • Utils
    • Install Node Version Manager
    • Install Redis
Powered by GitBook
On this page
  • Installation: (Linux)
  • Usage:
  • References:
  1. Utils

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.

PreviousInsight-API configuration fileNextInstall Redis

Last updated 6 years ago

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:

  • NVM github:

https://github.com/creationix/nvm#installation