browserify / watchify

watch mode for browserify builds
Other
1.79k stars 203 forks source link

"Segmentation fault: 11" when using iojs 3.1.0 #259

Closed jedrichards closed 9 years ago

jedrichards commented 9 years ago

Hello

Simply running a file with only the below contents with iojs 3.1.0,

require('watchify');

will cause the error,

Segmentation fault: 11

Previous versions of iojs don't seem to have the same issue ...

Thanks!

jedrichards commented 9 years ago

Ah shoot, don't mind me ... I just needed to recompile the native addons under iojs 3.1.0. Thanks!