vue-cli-service build fails to complete with ansicon
layanto opened this issue · 1 comments
layanto commented
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:
- Install nodejs
- Install vue-cli-service by running "npm install -g @vue/click"
- Create new Vue project by running "vue create test"
- "cd test" to navigate into newly created project
- "npm run build" and build never finishes. Running same command with cmd.exe completes successfully.
adoxa commented
Should be fixed with v1.88.