您现在的位置是:首页 > 短信大全

解决报错:m ERR! code ERR_SOCKET_TIMEOUT npm ERR! network Socket timeout npm ERR! network

作者:付梓时间:2024-03-26 15:31:47分类:短信大全

简介  文章浏览阅读4.2k次,点赞4次,收藏8次。解决报错:m ERR! code ERR_SOCKET_TIMEOUT npm ERR! network Socket timeout npm ERR! network _npm err! code err_sock

点击全文阅读

解决方案:
①进行代理设置为false,如下命令

npm config set proxy false

②npm缓存清理,如下命令

npm cache verify

③再次执行npm install命令发现又报如下错误:

 Cannot read property ‘pickAlgorithm‘ of null

 然后;删除node_moudules,再清理一下缓存

npm cache clear --force
最后:

npm install,解决。

 

点击全文阅读

郑重声明:

本站所有活动均为互联网所得,如有侵权请联系本站删除处理

我来说两句

fetch1("select plface from {$dbtbpre}enewspl_set limit 1"); $facer=explode("||",$r[plface]); $count=count($facer); $plface=''; $plfacereply=''; for($i=1;$i<$count-1;$i++) { $face=explode("##",$facer[$i]); $img = $public_r[newsurl].'e/data/face/'.$face[1]; $plface.='
  • '; $plfacereply.='
  • '; } $userpiclink = ''; $username = getcvar('mlusername'); $userid=getcvar('mluserid'); $rnd = getcvar('mlrnd'); if($username&&$userid&&$rnd){ $user_r = sys_ShowMemberInfo($userid,'ui.userpic'); $userpic=$user_r[userpic]?$user_r[userpic]:$public_r[newsurl].'e/extend/lgyPl/assets/nouserpic.gif'; $userpiclink = ''; $userlink=''.$username.''; } ?>
    请先说点什么
    热门评论
    0人参与,0条评论
    正在载入评论列表...