-
-
Notifications
You must be signed in to change notification settings - Fork 6.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
vue create .
hangs
#4718
Comments
Likely a network issue. export CYPRESS_INSTALL_BINARY=https://npm.taobao.org/mirrors/cypress/3.4.1/linux-x64/cypress.zip |
@sodatea i will try this evening. |
@sodatea i tried just now in my windows 7 64bit environment.
about the |
@bruceauyeung you can certainly open a separate feature request for this. I'll close this issue here since it seems to be related to the network, not Vue CLI |
fixes issues like vuejs#4718
* feat: support binary mirrors for taobao registry fixes issues like #4718 * fix: only install cypress 3, for now * fix: do not override user defined `CYPRESS_INSTALL_BINARY` env
Version
vue-cli: 4.0.4
Reproduction link
http://no-link-needed-for-this-issue.github.com
Environment info
Steps to reproduce
nvm
nvm install 12.4.0
node i yarn -g
yarn global add @vue/cli
/home/bruce/.yarn/bin/
into env variable$PATH
vue
command to create a vue+typescript project with features: less, babel, typescript, router, vuex, eslint, unit-jest, e2e-cypressWhat is expected?
vue create .
creates this project successfully.What is actually happening?
vue create .
hangsThe text was updated successfully, but these errors were encountered: