ionic Error: read ETIMEDOUT
程序员文章站
2022-07-14 17:09:30
...
最近在更新ionic环境后,终端执行ionic start ionicProject blank
的时候一直报以下错误
Error: read ETIMEDOUT
at _errnoException (util.js:1022:11)
at TLSWrap.onread (net.js:628:25)
经过不断的搜索资料和尝试之后,终于找到了解决方案.还是防火墙的原因
我们需要通过设置ionic的代理去解决超时的问题.具体可以参考官方的文档《ionic CLI->Configuring->Using a Proxy》.
下面我来说一下具体需要在终端下执行哪些命令.
1.安装CLI proxy plugin
npm install -g @ionic/cli-plugin-proxy
2.配置proxy
export HTTP_PROXY="http://127.0.0.1:51481" # also used by npm
export HTTPS_PROXY="https://127.0.0.1:51481" # also used by npm
export IONIC_HTTP_PROXY="http://127.0.0.1:51481"
其中127.0.0.1:51481
是我自己的代理
3.安装ionic 模版
成功执行完以上两步后,我们就可以下载ionic的模版了
ionic start ionicProject blank
上一篇: golang error、flag 15
下一篇: flag
推荐阅读
-
WAC启动Android模拟器 transfer error: Read-only file system错误解决方法
-
A盘读取错误“A disk read error occurred Press Ctrl+Alt+del to restart”的原因及
-
ionic cordova build android error: commamd failed with exit code eacces
-
WAC启动Android模拟器 transfer error: Read-only file system错误解决方法
-
maven Project read error
-
图片正常显示但是,cv2 读取图片libpng error: Read Error,
-
解决“read error”问题
-
ionic Error: read ETIMEDOUT
-
vuejs路由使用的问题Error in render function: "TypeError: Cannot read property 'matched' of undefined"
-
电脑还原系统提示read error while reading drive该怎么解决?