windows nvm使用记录

2018-01-11  本文已影响9人  前端_逗叔

github仓库地址

https://github.com/coreybutler/nvm-windows

下载地址

https://github.com/coreybutler/nvm-windows/releases

常用名称

nvm version //版本号
nvm list //已安装的node版本列表
nvm install 8.9.4 //安装指定node版本
nvm uninstall 8.9.4 //卸载指定node版本
nvm install latest //安装最新版
nvm use 8.9.4 //切换版本

更多命令查看github仓库

设置淘宝镜像

nvm node_mirror https://npm.taobao.org/mirrors/node/
nvm npm_mirror https://npm.taobao.org/mirrors/npm/
上一篇下一篇

猜你喜欢

热点阅读