We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I got a Segmentation fault on lastest release 4.0.0
Segmentation fault
$ 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.
node.js v0.12.2
io.js v3.2.0
The text was updated successfully, but these errors were encountered:
Does removing node_modules and reinstalling them help?
node_modules
Sorry, something went wrong.
Thanks, the issue is gone after I reinstall the node 4.0.0, and reinstall browser-sync (include node-gyp build).
No branches or pull requests
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
andio.js v3.2.0
.The text was updated successfully, but these errors were encountered: