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

Segmentation fault on 4.0.0 released #2757

Closed
subchen opened this issue Sep 9, 2015 · 2 comments
Closed

Segmentation fault on 4.0.0 released #2757

subchen opened this issue Sep 9, 2015 · 2 comments
Labels
question Issues that look for answers.

Comments

@subchen
Copy link

subchen commented Sep 9, 2015

I got a Segmentation fault on lastest release 4.0.0

$ node -v
v4.0.0

$ npm install browser-sync --save-dev

$ node_modules/.bin/browser-sync start --server --files="*.html"
Segmentation fault: 11

That can be run successfully on node.js v0.12.2 and io.js v3.2.0.

@ChALkeR ChALkeR added the question Issues that look for answers. label Sep 9, 2015
@ChALkeR
Copy link
Member

ChALkeR commented Sep 9, 2015

Does removing node_modules and reinstalling them help?

@subchen
Copy link
Author

subchen commented Sep 9, 2015

Thanks, the issue is gone after I reinstall the node 4.0.0, and reinstall browser-sync (include node-gyp build).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Issues that look for answers.
Projects
None yet
Development

No branches or pull requests

2 participants