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

Triggers install errors with Node 12 & 13 #374

Closed
Mattsi-Jansky opened this issue Jan 3, 2020 · 5 comments
Closed

Triggers install errors with Node 12 & 13 #374

Mattsi-Jansky opened this issue Jan 3, 2020 · 5 comments

Comments

@Mattsi-Jansky
Copy link

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: fsevents/fsevents#278

This would probably be resolved by #371

@ThisIsMissEm
Copy link

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

@tybro0103
Copy link

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

@smhg
Copy link

smhg commented Dec 2, 2020

@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
Copy link
Contributor

sseide commented Jan 5, 2021

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
Copy link
Member

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

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

No branches or pull requests

6 participants