yarn install error An unexpected error occurred:“https://registry.npm.taobao.org/avue-plugin-ueditor
yarn install error An unexpected error occurred:“https://registry.npm.taobao.org/avue-plugin-ueditor
·
![]()
解决方案:
运行命令,把资源地址设置成npm淘宝源
npm config set registry https://registry.npm.taobao.org
npm config set disturl https://npm.taobao.org/
node-sass缓慢
原因:代理出现了问题
解决办法:
npm config rm proxy
npm config rm https-proxy
更多推荐



所有评论(0)