Skip to content

2024年10月随笔

nvm安装新的node版本报错

以前的淘宝镜像已经不再使用,现在需要使用新的淘宝镜像

修改: 找到\nvm\nvm\settings.txt文件,配置如下

bash
node_mirror: https://npmmirror.com/mirrors/node/

npm_mirror: https://npmmirror.com/mirrors/npm/

全局配置最新淘宝镜像

bash
1、npm cache clean --force 清空缓存

2、npm config set registry https://registry.npmmirror.com // 设置最新的镜像源(淘宝)

3、npm config get registry // 查看源

上次更新于: