解决方法:
- npm cache clean --force
2.临时切换到官方源
npm config set registry https://registry.npmjs.org/
npm install [email protected]
npm config set registry https://registry.npmmirror.com/ # 切换回镜像源
解决方法:
2.临时切换到官方源
npm config set registry https://registry.npmjs.org/
npm install [email protected]
npm config set registry https://registry.npmmirror.com/ # 切换回镜像源