郑州seo网站有优化,兰山网站建设公司,确定网站文案,西安创意网站建设原因
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