有一些包被官方禁用了,拉取会报 451
一、换官方镜像源
(没有代理的话会很慢,可能还会超时)
npm config set registry https://registry.npmjs.org/
npm install @vue/cli-plugin-eslint@latest --legacy-peer-deps
npm run build
二、换其他镜像源
npm config set registry https://registry.npmjs.org/
npm install--registry=https://registry.npm.taobao.org/
npm run build