I got a `Segmentation fault` on lastest release 4.0.0 ``` bash $ 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`.