nvm 入门
安装 nvm
windows 版本下载
常用命令
手动更新
常见 BUG
Failed to connect to raw. githubusercontent. com port 443
If you are behind a proxy, try this:
add the line below and :wq
也可以切换网络后在重试。
- 临时请使用导出用于抓取内容的镜像的非 https 版本:
- 长久解决方案:
若您运行 curl $NVM\_NODEJS\_ORG_MIRROR
出现。
curl: (56) Recv failure: Connection reset by peer
则考虑修改 ~/.nvm/nvm.sh
,在函数 nvm_download()
里修改,加上 curl -k $*
扩展阅读