-
-
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 project fails #3396
Comments
I'm sorry this is not working for you, but according to the error message, this is an error directly in npm. so as far as we can tell, it can#t really be caused by Vue CLI calling npm or anything. |
But if i can install another packages, like npm install uikit then npm work correcty. |
I try to link your report IP adress few years ago someone has the same problem with you in yarnpkg/yarn#944. Your situation most probably because of this yarnpkg/yarn#944 (comment). You can try the following two methods:
If those two methods do not working, you should looking for someone who know the network to help you. Hope these will help you. |
I find some mistake of your Environment info
Your cli is install as a local packge, not a global package. |
ok thanks, but I have refresh windows and now work! |
Version
3.4.0
Environment info
Steps to reproduce
windows 10 1709
install node.js 11.09 - same error with LTS
What is expected?
create a new project
What is actually happening?
✨ Creating project in D:\xammp7.2\htdocs\t\t.
🗃 Initializing git repository...
⚙ Installing CLI plugins. This might take a while...
npm ERR! code ETIMEDOUT
npm ERR! errno ETIMEDOUT
npm ERR! network request to https://registry.npmjs.org/@vue%2fcli-service failed, reason: connect ETIMEDOUT 104.16.20.35:443
npm ERR! network This is a problem related to network connectivity.
npm ERR! network In most cases you are behind a proxy or have bad network settings.
npm ERR! network
npm ERR! network If you are behind a proxy, please make sure that the
npm ERR! network 'proxy' config is set properly. See: 'npm help config'
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\Elmer\AppData\Roaming\npm-cache_logs\2019-01-31T21_11_50_076Z-debug.log
ERROR command failed: npm install --loglevel error
I not have a proxy,
https://registry.npmjs.org/@vue%2fcli-service run in browser
http://registry.npmjs.org/@vue%2fcli-service run in browser
I have win 10 version 1709.
I have remove and purge node.js some times = same result.
The text was updated successfully, but these errors were encountered: