关于CICD流水线的前端项目运行错误,npm项目环境配置时出现报错:Not Found - GET https://registry.npm...
原因应该是某些jar包缓存中没有需要改变镜像将包拉下来
npm config set registry http://registry.npm.taobao.org
npm install
npm run build
原因应该是某些jar包缓存中没有需要改变镜像将包拉下来
npm config set registry http://registry.npm.taobao.org
npm install
npm run build