欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  IT编程

nodejs多版本管理总结

程序员文章站 2023-03-11 23:42:15
windows 官网推荐使用 nvmw 或者 nvm-windows ;其他产品 nodist nvmw 安装准备: 安装 git 安装 pyt...

windows

官网推荐使用 nvmw 或者 nvm-windows ;其他产品 nodist

nvmw 安装准备

  • 安装 git
  • 安装 python 2.7+ 如果需要node < 0.8的版本

nvmw 安装步骤:

  1. 打开cmd : win+r 或 win -> 输入 cmd
  2. 定位到目录: cd c:usersadministrator
  3. 克隆nvmw: git clone git://github.com/hakobera/nvmw.git "%homedrive%%homepath%.nvmw"
  4. 设置环境变量:set "path=%homedrive%%homepath%.nvmw;%path%"
  5. 检测:nvmw help

nvmw 进阶:

应安装速度要求 设置服务镜像 set $nvmw_nodejs_org_mirror

set "nvmw_nodejs_org_mirror=http://npm.taobao.org/mirrors/node"
set "nvmw_iojs_org_mirror=http://npm.taobao.org/mirrors/iojs"
set "nvmw_npm_mirror=http://npm.taobao.org/mirrors/npm"

nvmw install 0.11.14
nvmw install node-v0.11.15
nvmw install iojs
nvmw install iojs-v1.0.2

常见问题:

404 not fond

nvm-windows 安装

下载 nvm-setup.exe

安装过程有关已安装版本提示框选择接受

cmd 检测:nvm ls (更多行令 nvm help)

c:\users\administrator>nvm ls
* 8.11.1 (currently using 64-bit executable
6.9.0