Skip to content

vue create . command crashes silently in debian #4179

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
ryanrain opened this issue Jun 20, 2019 · 4 comments
Closed

vue create . command crashes silently in debian #4179

ryanrain opened this issue Jun 20, 2019 · 4 comments

Comments

@ryanrain
Copy link

Version

3.8.4

Environment info

Environment Info:

  System:
    OS: Linux 4.19 Debian GNU/Linux buster/sid undefined
    CPU: (4) x64 Intel(R) Core(TM) i5-7300HQ CPU @ 2.50GHz
  Binaries:
    Node: 11.10.0 - /usr/bin/node
    Yarn: 1.16.0 - /usr/bin/yarn
    npm: 6.7.0 - /usr/bin/npm
  Browsers:
    Chrome: Not Found
    Firefox: 60.5.0
  npmGlobalPackages:
    @vue/cli: 3.8.4


Steps to reproduce

  1. running debian 10, install vue cli with either yarn or npm
  2. run vue create . from the terminal
  3. create in current folder? yes

What is expected?

to continue with the creation process

What is actually happening?

the script freezes. arrow navigation to select a standard or custom install does not work. not even ctrl-c exits.

@mix3d
Copy link

mix3d commented Jun 20, 2019

This is crashing on Windows 10 as well

@snoopdouglas
Copy link

snoopdouglas commented Jun 20, 2019

This is happening for me in a fresh container from node:dubnium (e05cbde47b8f).

After the hang, the node process doesn't appear to be using much CPU.

@MRVDH
Copy link

MRVDH commented Jun 21, 2019

Upstream bug due to SBoudrias/Inquirer.js#811
Has been identified in #4177

@haoqunjiang
Copy link
Member

Fixed in [email protected]
Now please try to clean your npm/yarn cache and reinstall @vue/cli

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

No branches or pull requests

5 participants