npm install element-plus 的时候一直卡住,转圈圈怎么处理

npm install element-plus
npm error code ECONNRESET
npm error syscall read
npm error errno ECONNRESET
npm error network request to https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz failed, reason: read ECONNRESET
npm error network This is a problem related to network connectivity.
npm error network In most cases you are behind a proxy or have bad network settings.
npm error network
npm error network If you are behind a proxy, please make sure that the
npm error network 'proxy' config is set properly.  See: 'npm help config'
npm error A complete log of this run can be found in: C:\Users\lin\AppData\Local\npm-cache\_logs\2024-09-11T04_01_09_692Z-debug-0.log

npm install element-plus 的时候一直卡住,转圈圈怎么处理_第1张图片

网上找了很多方法,例如关掉代理,npm set proxy null 这个,直接可以不用尝试了,没有用。

第二种方法是说要升级node版本的,我node

你可能感兴趣的:(npm,前端,node.js,vue)