npm install 报错 error code ERR_SOCKET_TIMEOUT解决办法

1.报错信息

新接手项目,vue+element,npm install. 时候报错信息如下。

error code ERR_SOCKET_TIMEOUT
9673 error network Socket timeout
9674 error network This is a problem related to network connectivity.
9674 error network In most cases you are behind a proxy or have bad network settings.
9674 error network
9674 error network If you are behind a proxy, please make sure that the
9674 error network 'proxy' config is set properly.  See: 'npm help config'
9675 verbose exit 1
9676 timing npm Completed in 545124ms
9677 verbose unfinished npm timer reify 1661242562981
9678 verbose unfinished npm timer reify:unpack 1661242811008
9679 verbose unfinished npm timer reifyNode:node_modules/svgo 1661242811170
9680 verbose code 1

2.解决办法

//第一步


npm install webpack webpack-cli --global



//第二步
npm install rxjs



//第三步
npm install webpack webpack-cli --global



//最后,直接启动成功
npm run dev 

猜你喜欢

转载自blog.csdn.net/xingmei_ok/article/details/126488207