• Stars
    star
    177
  • Rank 215,924 (Top 5 %)
  • Language
    Shell
  • License
    MIT License
  • Created over 9 years ago
  • Updated 9 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

The Node version manager

tnvm

Taobao Node Version Manager

Installation

wget -O- https://raw.githubusercontent.com/aliyun-node/tnvm/master/install.sh | bash

使用curl(Mac 已内置)

bash -c "$(curl -fsSL https://raw.githubusercontent.com/aliyun-node/tnvm/master/install.sh)"

PS: 内网环境或者代理环境可在执行上述命令前增加执行, 使用wget获取文件

export METHOD=script

手动source rc文件或重新打开sh,即可启动。

如果遇到 ssl 证书问题, 尝试wget加上选项--no-check-certificate

Usage

Support alinode, node version manager

tnvm lookup 查看 alinode 基于 node 的版本, 便于替换相应版本。

Example install alinode:

  • tnvm ls-remote alinode
  • tnvm lookup
  • tnvm install alinode-v1.0.1
  • tnvm use alinode-v1.0.1

Example install node:

  • tnvm install node-v4.2.1
  • tnvm use node-v4.2.1

More:

  • refer to tnvm help

Note:

  • to remove, delete, or uninstall tnvm - just remove ~/.tnvm folders

License

tnvm is released under the MIT license.