node.js更換映象源

码海无牙φ發表於2024-07-18
// 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

相關文章