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
DEP0013: fs asynchronous function without callback has been a runtime deprecation since node.js 7, an error since node.js 10. I do not think graceful-fs needs to wait for node.js 10 to be the minimum version before it starts imposing this requirement.
Obviously this would be a semver-major change. Are you open to making this change? Do you think callback based functions which are not currently patched should be patched to require a callback (effectively backport the node.js 10 error)?
The text was updated successfully, but these errors were encountered:
DEP0013: fs asynchronous function without callback has been a runtime deprecation since node.js 7, an error since node.js 10. I do not think graceful-fs needs to wait for node.js 10 to be the minimum version before it starts imposing this requirement.
Obviously this would be a semver-major change. Are you open to making this change? Do you think callback based functions which are not currently patched should be patched to require a callback (effectively backport the node.js 10 error)?
The text was updated successfully, but these errors were encountered: