browserify / watchify

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

Triggers install errors with Node 12 & 13 #374

Closed Mattsi-Jansky closed 3 years ago

Mattsi-Jansky commented 4 years ago

Watchify is using an old version of Chokidar which in turn is using an old version of FSEvents that causes the following issue during dependency install: https://github.com/fsevents/fsevents/issues/278

This would probably be resolved by #371

ThisIsMissEm commented 4 years ago

This issue currently causes grunt-browserify installs to log a nasty error message to the console, during install; Which in turn affects openpgpjs

tybro0103 commented 3 years ago

I've been holding out on switching to webpack, but damn...

smhg commented 3 years ago

@goto-bus-stop please let us know if/how we can help. A browserify setup (which includes watchify) is so much more maintainable than webpack.

sseide commented 3 years ago

add pr #378 with newer chokidar version as well as corresponding anymatch update that should fix it as well. Main problem here with newer chokidar version seems to be the minimum Nodejs 8.x (EOL) requirement?!?

goto-bus-stop commented 3 years ago

should be good in 📦 4.0.0, thanks for the reports & PRs!