VUE创建工程常见问题解决指令

npm清除缓存:npm cache clean --force

npm解除代理:npm config delete https-proxy

npm指定淘宝镜像:npm config set registry https://registry.npm.taobao.org

检查获取npm镜像:npm config get registry

猜你喜欢

转载自blog.csdn.net/word_g/article/details/89401189