npm i svg-sprite-loader 安装报错?
问题描述
项目中要使用svg格式的图片,需要安装loader,但是安装时报错
问题出现的环境背景及自己尝试过哪些方法
相关代码
这些是终端报错内容
粘贴代码文本(请勿用截图)
npm ERR! code ECONNRESET
npm ERR! errno ECONNRESET
npm ERR! network request to http://registry.npmjs.org/svg... failed, reason: read ECONNRESET
npm ERR! network This is a problem related to network connectivity.
npm ERR! network In most cases you are behind a proxy or have bad network settings.
npm ERR! network
npm ERR! network If you are behind a proxy, please make sure that the
npm ERR! network 'proxy' config is set properly. See: 'npm help config'
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Program Files\nodejs\node_cache\_logs\2022-10-26T06_16_49_871Z-debug.log
你期待的结果是什么?实际看到的错误信息又是什么?
各位路过的大佬,帮小弟看两眼 是什么情况
回答:
网络问题,切换到阿里镜像试试看。如果你不知道怎么切换源可以看这里。
或者使用 nrm
、cgr
这种换源工具(需要全局安装)
以上是 npm i svg-sprite-loader 安装报错? 的全部内容, 来源链接: utcz.com/p/933077.html