修改 spawn node.exe" ENOENT at notFoundError问题

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

猜你喜欢

转载自www.cnblogs.com/linlf03/p/9178354.html
今日推荐