node同时安装多个版本

多个 Node.js 版本的安装

Node.js 的版本更新非常快,所有有时需要在多个版本之间切换,就需要安装多个版本的 Node.js.

Node.js 多个版本的安装,需要借助相应的工具。 MAC 和 Linux 用户,可以使用以下的安装工具。

nvm(https://github.com/nvm-sh/nvm#install--update-script)

n(https://github.com/tj/n#installation)

(1)查看目前使用的node版本:nvm list

node同时安装多个版本_第1张图片

(2)下载node: nvm install 6.2.0


(3)切换使用的node版本


你可能感兴趣的:(node同时安装多个版本)