Skip to content
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

Stuck at Generating README.md... for over 40 minutes #5445

Closed
oladejihenry opened this issue May 2, 2020 · 2 comments · Fixed by #5493
Closed

Stuck at Generating README.md... for over 40 minutes #5445

oladejihenry opened this issue May 2, 2020 · 2 comments · Fixed by #5493
Labels
needs reproduction This issue is missing a minimal runnable reproduction, provided by the author

Comments

@oladejihenry
Copy link

vue probs

Version

4.3.1

Environment info

System:
    OS: Windows 7 6.1.7601
    CPU: (4) x64 Intel(R) Core(TM) i5-3230M CPU @ 2.60GHz
  Binaries:
    Node: 8.12.0 - C:\Program Files\nodejs\node.EXE
    Yarn: Not Found
    npm: 6.4.1 - C:\Program Files\nodejs\npm.CMD
  npmPackages:
    @vue/babel-helper-vue-jsx-merge-props:  1.0.0
    @vue/babel-plugin-transform-vue-jsx:  1.1.2
    @vue/babel-preset-app:  4.3.1
    @vue/babel-preset-jsx:  1.1.2
    @vue/babel-sugar-functional-vue:  1.1.2
    @vue/babel-sugar-inject-h:  1.1.2
    @vue/babel-sugar-v-model:  1.1.2
    @vue/babel-sugar-v-on:  1.1.2
    @vue/cli-overlay:  4.3.1
    @vue/cli-plugin-babel: ~4.3.0 => 4.3.1
    @vue/cli-plugin-eslint: ~4.3.0 => 4.3.1
    @vue/cli-plugin-router: ~4.3.0 => 4.3.1
    @vue/cli-plugin-vuex: ~4.3.0 => 4.3.1
    @vue/cli-service: ~4.3.0 => 4.3.1
    @vue/cli-shared-utils:  4.3.1
    @vue/component-compiler-utils:  3.1.2
    @vue/preload-webpack-plugin:  1.1.1
    @vue/web-component-wrapper:  1.2.0
    eslint-plugin-vue: ^6.2.2 => 6.2.2
    vue: ^2.6.11 => 2.6.11
    vue-eslint-parser:  7.0.0
    vue-hot-reload-api:  2.3.4
    vue-loader:  15.9.2
    vue-router: ^3.1.6 => 3.1.6
    vue-style-loader:  4.1.2
    vue-template-compiler: ^2.6.11 => 2.6.11
    vue-template-es2015-compiler:  1.9.1
    vuex: ^3.1.3 => 3.3.0
  npmGlobalPackages:
    @vue/cli: Not Found

Steps to reproduce

$ vue ui
?? Starting GUI...
?? Ready on http://localhost:8001
Auto cleaned 1 projects (folder not found).
ERROR Failed to get response from https://registry.npmjs.org/vue-cli-versioarker
ERROR Failed to get response from https://registry.npmjs.org/vue-cli-versioarker

  • Creating project in C:\Users\MyLaptop\Desktop\Main Api\client.
    ? Creating project in C:\Users\MyLaptop\Desktop\Main Api\client.
  • Initializing git repository...
    ?? Initializing git repository...
  • Running completion hooks...
    ? Running completion hooks...
  • Generating README.md...
    ?? Generating README.md...

What is expected?

Create new project

What is actually happening?

Stuck at Generating README.md... for over 40 minutes

@sodatea
Copy link
Member

sodatea commented May 14, 2020

I can't tell what the problem is from the screenshot. Possibly a network issue.

Could you run the UI with vue ui -D and share the error logs here?

@sodatea sodatea added the needs reproduction This issue is missing a minimal runnable reproduction, provided by the author label May 14, 2020
@sodatea
Copy link
Member

sodatea commented May 16, 2020

I just took another look at this issue.
Maybe the project has been successfully created, it's just that Vue CLI failed to correctly stop the spinner.

sodatea added a commit to sodatea/vue-cli that referenced this issue May 16, 2020
With `logWithSpinner`, the log would be output to the console instead.

Fixes vuejs#5240
Fixes vuejs#5445
sodatea added a commit that referenced this issue May 18, 2020
With `logWithSpinner`, the log would be output to the console instead.

Fixes #5240
Fixes #5445
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs reproduction This issue is missing a minimal runnable reproduction, provided by the author
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants