NVM镜像源报错:Could not retrieve https://npm.taobao.org/mirrors/node/index.json.
淘宝前端node镜像源已更换
NVM安装教程:http://t.csdnimg.cn/dihmG
背景
笔者在安装版本切换工具NVM时,配置完镜像源后,在控制台输入:nvm list available
时,出现异常 Could not retrieve https://npm.taobao.org/mirrors/node/index.json.
:
解决
在安装NVM(Node Version Manager)完成后,配置node镜像源时,请使用最新的镜像地址:
node_mirror: https://cdn.npmmirror.com/binaries/node/
npm_mirror: https://cdn.npmmirror.com/binaries/npm/