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

Assertion Failed error on server stop #5748

Closed
wonbyte opened this issue Aug 5, 2020 · 2 comments
Closed

Assertion Failed error on server stop #5748

wonbyte opened this issue Aug 5, 2020 · 2 comments

Comments

@wonbyte
Copy link

wonbyte commented Aug 5, 2020

Version

4.4.6

Environment info

Platform: macOS 10.15.6
VS Code version: 1.47.3

Steps to reproduce

  1. start a vue app via the vscode terminal.
  2. use ctrl c to stop the server.

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.

@haoqunjiang
Copy link
Member

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.

@wonbyte
Copy link
Author

wonbyte commented Aug 5, 2020

@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?

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

2 participants