You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This reverts commit 1124de2
which landed in nodejs#4525
This commit has broken both npm + node-gyp
How did it break npm?
Deprecating fs.read's string interface includes `internal/util`
Currently npm's dep tree includes an old version of graceful-fs
that is monkey patching fs. As such everything explodes when
trying to require `internal/util`
nodejs#5102 is waiting for review
but has not landed. We should revert ASAP to fix master while
we decide what to do.
0 commit comments