Thanks to visit codestin.com
Credit goes to github.com

Skip to content

vue-cli-service build fails to complete with ansicon #127

@layanto

Description

@layanto

See vuejs/vue-cli#3504 (comment)

With ansicon, vue-cli-service fails to complete. No problem with Windows cmd.exe. Strangely once I run build once with Windows cmd.exe, after that no problem with running build in ansicon.

I noticed that when I run build with cmd.exe, it creates node_modules/.cache folder but ansicon doesn't.

Steps to reproduce:

  1. Install nodejs
  2. Install vue-cli-service by running "npm install -g @vue/click"
  3. Create new Vue project by running "vue create test"
  4. "cd test" to navigate into newly created project
  5. "npm run build" and build never finishes. Running same command with cmd.exe completes successfully.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions