关于解决 npm ERR! code ECONNRESET ?
![这是个特色图片?](https://monik-file.oss-cn-beijing.aliyuncs.com/p/2022/10/截屏2022-10-15-11.24.25.png)
npm ERR! code ECONNRESET
npm ERR! syscall read
npm ERR! errno ECONNRESET
npm ERR! network Invalid response body while trying to fetch https://registry.npmjs.org/chokidar: 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 config set registry http://registry.npmjs.org/
评论