-
-
Notifications
You must be signed in to change notification settings - Fork 6.3k
Installing CLI plugins. taking too much time get download. #5144
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
Comments
Don't use And your npm version seems quite old, there might be known bugs in it. |
I have updated my npm and also tried to create project without sudo. still facing the same issue. |
If you successfully updated npm, I think there should be a different error message. What's the output now? |
Looks like an npm (or network) issue. What about running the |
I mean:
|
Another command to try is |
Yes I did the same. its still not working. |
What's the output of |
Your screenshots were the outputs of |
It simply installed all node modules. |
So npm works but |
|
Version
4.1.2
Environment info
Steps to reproduce
sudo npm install -g vue
sudo npm install -g @vue/cli
sudo vue create mpproj
What is expected?
The project "mpproj" was created.
What is actually happening?
After choosing parameters this text was showing in console for endless time :
Vue CLI v4.1.2
sparkles Creating project in /home/vikash/mpproj.
⚙ Installing CLI plugins. This might take a while...
loadDep:jsesc -> network - |##########################################################---------------------------------------------------------------------------------------------------------------------|
{
"name": "mpproj",
"version": "0.1.0",
"private": true,
"devDependencies": {
"@vue/cli-plugin-babel": "^4.1.0",
"@vue/cli-plugin-eslint": "^4.1.0",
"@vue/cli-service": "^4.1.0"
}
}
The text was updated successfully, but these errors were encountered: