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

Update chokidar dependency to fix sub dependency problems. #445

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

cwilbur
Copy link

@cwilbur cwilbur commented Sep 26, 2017

Chokidar v0.12.6 depends on fsevents 0.38, which causes Node 8.5.0 to fail an assertion and die with the message

# Fatal error in ../deps/v8/src/api.cc, line 1253
# Check failed: !value_obj->IsJSReceiver() || value_obj->IsTemplateInfo().

The bug has long since been fixed; chokidar version 1.7.0 has an optional dependency of fsevents 1.0.0 or later.

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

Successfully merging this pull request may close these issues.

1 participant