Skip to content

zcorky/nvm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

NVM - Node Version Manager

Release Build Status GitHub issues

Installation

# CURL
curl -o- https://raw.githubusercontent.com/zcorky/nvm/master/install | bash

# WGET
wget -qO- https://raw.githubusercontent.com/zcorky/nvm/master/install | bash

Usage

Node Version Manager (v1.2.4)

Node Version Manager is a tool for managing multiple Go versions.

Usage:
  nvm install <version>   - Install Node version
  nvm use <version>       - Use Node version
  nvm remove <version>    - Remove Node version
  nvm ls                  - List the Go versions installed
  nvm ls-remote           - List all Go versions from remote
  nvm current             - Show current Node version
  nvm exec                - Enter new shell with node -v for tmp
  nvm pack [dist_dir]     - Pack Current Node Version to a tar.gz file
  nvm help                - Show help

Example:
  nvm install v16.14.2
  nvm use v16.14.2
  nvm remove v16.14.2
  nvm ls
  nvm ls-remote
  nvm current
  nvm workon v16 node -v
  nvm workon v12 node -v
  nvm workon v16 npm run build

License

ZMicro Design is released under the MIT License.

Releases

No releases published

Packages

No packages published

Languages