-
-
Notifications
You must be signed in to change notification settings - Fork 148
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
v3.x branch Broken on Node.js master #120
Comments
I'm not super interested in doing work to support graceful-fs@3. But, if you want to write a patch, I'd be happy to land it and push a 3.x release. Please do also reach out to authors using it. (I've already deprecated it, so they're getting nagged as of yesterday. Should've probably done that a long time ago.) |
Thanks for the quick response. This ends up breaking vinyl-fs + gulp... you know the drill. I'll see if I can come up with a quick fix, but if not I'll pass the message to the gulp team. Thankfully we have a bunch of runway to sort this out |
This seems to be inherited from breakages in natives closing in lieu of isaacs/natives#14 |
FWIW- I got this working in v3.0.8 by installing
|
Specifically by nodejs/node#13295
We've had to deprecate
remove vm.runInDebugContext()
due to the api being deprecated in V8I'm going to dig in and see if I can come up with a patch for the 3.x branch to avoid ecosystem breakages
The text was updated successfully, but these errors were encountered: