При создании пустого проекта с использованием
ionic start helloWorld blank --verbose
Я получаю ошибку:
√ Preparing directory .\helloWorld - done!
ionic:commands:start Tar extraction created for C:\workspace\helloWorld +0ms
superagent GET https://d2ql0qc7j8u4b2.cloudfront.net/angular-official-blank.tar.gz +0ms
/ Downloading and extracting blank starter
Error: connect ETIMEDOUT xxx.xxx.xxx.xxx
at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1113:14)
ionic Error: connect ETIMEDOUT xxx.xxx.xxx.xxx
npm config set proxy=http://xxx.xxx.xxx.xxx:8080
npm config set https_proxy=http://xxx.xxx.xxx.xxx:8080
Но ничего не получается.