Skip to content

vue create or vue info doesn't output anything #4995

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

Closed
avxkim opened this issue Dec 25, 2019 · 1 comment · Fixed by #5045
Closed

vue create or vue info doesn't output anything #4995

avxkim opened this issue Dec 25, 2019 · 1 comment · Fixed by #5045

Comments

@avxkim
Copy link

avxkim commented Dec 25, 2019

Version

4.1.1

Reproduction link

https://forum.vuejs.org/t/vue-cli-doesnt-work-on-catalina-10-15-2/83224

Environment info

MacOS Catalina 10.15.2
Node 12.10.0
NPM 6.13.3

Steps to reproduce

Install globally npm i -g @vue/cli on MacOS Catalina 10.15.2, then try to create a new project vue create appname - outputs nothing, no errors, nothing. Same with vue info

What is expected?

It just works, creates an app, shows the info

What is actually happening?

Nothing, no output

@AdelineDs
Copy link

Hello,

I encountered the same problem.
To solve it I have to uninstall @ vue / cli (which was in version 4.xx) and reinstall it by specifying a version: npm install -g @ vue / cli @ 3.0.1

Hoping it will help someone.
Have a good day

haoqunjiang added a commit to haoqunjiang/vue-cli that referenced this issue Jan 7, 2020
pksunkara pushed a commit that referenced this issue Jan 13, 2020
* refactor: use a plain http request to get package metadata

fixes #4895
fixes #4995

* chore: add link to the package metadata documentation
mactanxin pushed a commit to mactanxin/vue-cli that referenced this issue Feb 11, 2020
* refactor: use a plain http request to get package metadata

fixes vuejs#4895
fixes vuejs#4995

* chore: add link to the package metadata documentation
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants