Ionic server启动后,出现spawn node.exe" ENOENT at notFoundError ...\node_modules\cross-spawn\lib\enoent.js错误

解决方法: 删除npm代理

查看配置

npm config list 

删除代理配置

npm config rm https-proxy

npm config  rm proxy

 

参考:https://stackoverflow.com/questions/21228995/how-to-clear-https-proxy-setting-of-npm

 


 
                    
            
                

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-11-20
  • 2022-12-23
  • 2021-06-25
  • 2021-10-26
  • 2022-12-23
  • 2021-05-02
猜你喜欢
  • 2021-09-08
  • 2021-08-31
  • 2022-12-23
  • 2022-12-23
  • 2021-07-21
  • 2021-04-25
  • 2021-10-20
相关资源
相似解决方案