1. 强制清理npm的缓存 npm cache clean --force 2. 设置镜像源 npm config set registry https://registry.npmmirror.com 3. 重新 install npm install