vue-cli: Hangs behind HTTP Proxy
Version
3.0.0-alpha.8
Steps to reproduce
Run vue create on a computer configured with a corporate HTTP Proxy
(http_proxy
and https_proxy
environment variable are defined, everything else is working properly)
What is expected?
It should run as usual
What is actually happening?
vue create command hangs forever with no prompt at all.
Tested on Windows and Ubuntu.
About this issue
- Original URL
- State: closed
- Created 6 years ago
- Reactions: 6
- Comments: 24 (9 by maintainers)
Commits related to this issue
- fix(request): Change axios lib for request Closes #785 Axios has a [known issue](https://github.com/axios/axios/issues/658) that causes requests to hang when accessing an HTTPS resource via a proxy ... — committed to wadetandy/vue-cli by wadetandy 6 years ago
- fix(request): Change axios lib for request Closes #785 Axios has a [known issue](https://github.com/axios/axios/issues/658) that causes requests to hang when accessing an HTTPS resource via a proxy ... — committed to wadetandy/vue-cli by wadetandy 6 years ago
- fix(request): Change axios lib for request Closes #785 Axios has a [known issue](https://github.com/axios/axios/issues/658) that causes requests to hang when accessing an HTTPS resource via a proxy ... — committed to wadetandy/vue-cli by wadetandy 6 years ago
- fix: fix usage with https proxy by switching from axios to request (#829) Closes #785 Axios has a [known issue](https://github.com/axios/axios/issues/658) that causes requests to hang when access... — committed to vuejs/vue-cli by wadetandy 6 years ago
Have verified changing out request works in my environment. Unless someone else is already working on this I will put together a PR.
Getting this error with
@vue/cli@3.0.0-alpha.9
forvue create randomapp
Getting the following error with
@vue/cli@3.0.0-alpha.9
forvue create my-app