We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Unsupported
Probably should require Node v14.14+ This will allow remove() to become a simple wrapper around fs.rm: https://github.com/jprichardson/node-fs-extra/blob/master/lib/remove/index.js
remove()
fs.rm
BREAKING: Drop Node v12 support; require v14.14+
BREAKING: Drop Node v12 support; require v14.14+ (#969)
Activity
RyanZim commentedon Oct 20, 2022
Probably should require Node v14.14+ This will allow
remove()
to become a simple wrapper aroundfs.rm
: https://github.com/jprichardson/node-fs-extra/blob/master/lib/remove/index.jsBREAKING: Drop Node v12 support; require v14.14+
BREAKING: Drop Node v12 support; require v14.14+ (#969)