-
-
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
Cannot use vue cli commands in v4.3.1 #5422
Comments
same issue here Node version 14 |
Same issue here except I cannot even install @vue/cli. Googling around indicates that it is a node issue as react devs are also experiencing the same? |
I think this issue has come up with the new v4.3.1 release.. If someone knows the command to downgrade to an older version using npm, then do let know. |
Everyone, I found the solution to this, Run this command, and you are golden:
Comment here if this works for all of you guys.. It worked for me.. |
You should not install vue-cli-seevixe globally. It's a project dependency, installed locally for every project that's using it. The underlying problem is a bug in a transitive dependency named That package also broke create-react-app, for example. When using yarn, you can probably use the Will comment with a concrete example shortly (edit: that only works for existing projects) |
So it seems that is-promise 2.2.1 fixes the problem. If you continue to experience this issue when running If it still happens for you when running |
@LinusBorg |
Should finally be resolved in their v2.2.2 |
Version
4.3.1
Reproduction link
https://github.com/amansharma007/vue-router-demo
Environment info
Steps to reproduce
After running
npm install -g @vue/cli
runvue create app-name
and you will get this error,What is expected?
The expected result is that vue cli creates a vue project.
What is actually happening?
Any vue cli commands are showing the same error above..
The text was updated successfully, but these errors were encountered: