npm镜像

**http://npm.taobao.org**和 http://registry.npm.taobao.org 将在 2022.06.30 号正式下线和停止 DNS 解析

// 设置npm默认源
npm config set registry <https://registry.npmjs.org/>
// 设置npm镜像源为淘宝镜像
npm config set registry <https://registry.npmmirror.com>

强制清理缓存

npm cache clean -f

NVM镜像

设置npm_mirror:

nvm npm_mirror <https://npmmirror.com/mirrors/npm/>

设置node_mirror:

nvm node_mirror <https://npmmirror.com/mirrors/node/>