You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
^CAssertion failed: (0), function uv_close, file ../deps/uv/src/unix/core.c, line 174.
[1] 15803 abort npm run serve
I first noticed this bug today and originally thought it was a Vetur plugin issue. Here is the link to the issue I opened vuejs/vetur#2114 which they told me was a vue-cli issue.
The text was updated successfully, but these errors were encountered:
I'm sorry but we do need the full output of vue info. Because as I've investigated, this may be related to webpack/webpack#10037, which is a webpack/chokidar issue that only happens in certain Node versions.
@sodatea that dawned on me last night too that I may have used an older version of node via nvm by accident. I just tried again with the latest Node 14 and there was no error. I don't recall what version I used, so if this is a known issue in webpack it can probably be closed out. Unless it would be helpful for you to have me try to reproduce and provide that info?
Version
4.4.6
Environment info
Steps to reproduce
What is expected?
App should exit and not crash.
What is actually happening?
DONE Compiled successfully in 270ms 4:59:49 PM
App running at:
^CAssertion failed: (0), function uv_close, file ../deps/uv/src/unix/core.c, line 174.
[1] 15803 abort npm run serve
I first noticed this bug today and originally thought it was a Vetur plugin issue. Here is the link to the issue I opened vuejs/vetur#2114 which they told me was a vue-cli issue.
The text was updated successfully, but these errors were encountered: