-
-
Notifications
You must be signed in to change notification settings - Fork 6.3k
Every vue cli command hangs #5310
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 As for |
@sodatea I have adapted the description. I'm not using That command stopped working so right now, I cannot build, serve, test etc. the project. I narrowed it down to the fact that all EDIT: I noticed that EDIT 2: So the issue seems to be with |
Well that must be the culprit. Maybe it's because the Spotlight index hasn't been successfully built in your system? Anyway, the workaround is to modify the installed vue-cli/packages/@vue/cli-shared-utils/lib/env.js Lines 183 to 185 in f1bdf73
if (hasCheckedBrowsers) -> if (true) )
|
I was able to narrow down my issue. The problem was that the I used the following command I explicitely excluded EDIT: the |
Version
4.2.3
Environment info
Steps to reproduce
npm install -g @vue/cli
vue info
orvue --version
What is expected?
vue info
outputs the environment informationvue --version
outputs the vue cli versionWhat is actually happening?
Both commands hang and do not output anything.
I also tried this with
npm install -g @vue/[email protected]
but the problem remains almost the same.vue --version
outputs the version,vue info
only outputsbut nothing more and hangs.
Anybody with any ideas why this might be happening?
The text was updated successfully, but these errors were encountered: