问题:

如标题所示,在适用npm对vue-element-admin进行安装时执行命令

npm install

执行后报如下错误:

npm ERR! Response timeout while trying to fetch https://registry.npmjs.org/npm (over 30000ms)

原因:

通过命令查询镜像源:

npm get registry

得到如下结果:

https://registry.npmjs.org/

怀疑是网络访问外网的镜像源出问题,而且报的错误也提示我们响应时间超时


解决办法:

既然可能是网络原因,那么有没有国内镜像呢?‘

npm i --registry=https://mirrors.huaweicloud.com/repository/npm/ 

以上是使用华为镜像云进行重新安装。


结果:

一路绿灯。网络被和谐,让搞技术的有时候也很抓狂,可是办法还是比问题多,不是吗

 

Logo

前往低代码交流专区

更多推荐