// 1. 清空快取
npm cache clean --force
// 2. 切換新源
npm config set registry https://registry.npmmirror.com
第一次如何使用淘寶映象
// 1. 切換映象源
npm config set registry https://registry.npmmirror.com
// 2. 檢測是否切換成功
npm config get registry
// 1. 清空快取
npm cache clean --force
// 2. 切換新源
npm config set registry https://registry.npmmirror.com
第一次如何使用淘寶映象
// 1. 切換映象源
npm config set registry https://registry.npmmirror.com
// 2. 檢測是否切換成功
npm config get registry