在Windows 10下,我需要在公司代理后面运行ionic。因此,我
设置以下变量集
set HTTP_PROXY=http://myUserID:myPassword@company_proxy_ip:8080
set HTTPS_PROXY=http://myUserID:myPassword@company_proxy_ip:8080
set IONIC_HTTP_PROXY=http://myUserID:myPassword@company_proxy_ip:8080
set PROXY=http
如果我跑步
ionic start bluetoothsDemo2 blank
它创建一个目录,
√ Preparing directory .\bluetoothDemo2 - done!
然后我被封锁了。即使我尝试按CTRL-C,也没有任何反应... :-(:-(
如果我运行ionic info
,我会得到:
Ionic:
ionic (Ionic CLI) : 4.1.2
System:
NodeJS : v10.9.0
npm : 6.2.0
OS : Windows 10
Environment:
HTTP_PROXY : http://myUserID:myPassword@company_proxy_ip:8080
http_proxy : http://myUserID:myPassword@company_proxy_ip:8080
HTTPS_PROXY : http://myUserID:myPassword@company_proxy_ip:8080
https_proxy : http://myUserID:myPassword@company_proxy_ip:8080
IONIC_HTTP_PROXY : http://myUserID:myPassword@company_proxy_ip:8080
PROXY : http
proxy : http