/install-node-sh

Installation Shell of Node (nvm、npm and nrm)

Primary LanguageShell

Installation Shell of Node

This shell contains nvm, npm and nrm installation process.

nvm version

Installation

Run ./install-node.sh to install Node.js.

Quick installation

curl -o- https://raw.githubusercontent.com/QC-L/install-node-sh/master/install-node.sh | bash

or

  # clone
  git clone https://github.com/QC-L/install-node-sh
  # install
  cd node-sh
  ./install-node.sh

Remarks

Currently supports macOS andd Linux. There is no support for Windows.