商务网站内容建设教程,宁波建设工程学院,微信网站链接网站建设,管理系统首页原因
npm install 默认使用的安装镜像时国外的镜像#xff0c;国内使用会受到网络的限制。 解决方案
更换网络更换npm的安装镜像为国内#xff0c;比如#xff1a;
npm config set registry https://registry.npm.taobao.org原因
npm install 默认使用的安装镜像时国外的镜像国内使用会受到网络的限制。 解决方案
更换网络更换npm的安装镜像为国内比如
npm config set registry https://registry.npm.taobao.org