美文网首页
windows nvm使用记录

windows nvm使用记录

作者: 前端_逗叔 | 来源:发表于2018-01-11 17:35 被阅读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/

相关文章

网友评论

      本文标题:windows nvm使用记录

      本文链接:https://www.haomeiwen.com/subject/dkdtoxtx.html