Closed
Description
Since #19398 landed, gulp 3 (as well as any other package that uses an old version of graceful-fs
) is broken on master. It is a very popular tool (4M downloads/month) and while there is a version 4 that should not be affected, version 3 is still tagged as "latest" on npm.
We think it's important to fix this and there are two possible ways:
- Fix the source of the issue: The
natives
module makes a direct use of our internalcontextify
binding. We can probably fix that up. - Revert vm: move options checks from C++ to JS #19398 in Node 10. This should if we end up being unable to fix
natives
. That PR is an important step towards having error codes for all errors in Node.
/cc @addaleax
Metadata
Metadata
Assignees
Labels
No labels