It comes from ages when targeting node.js 12, which only used in clean script here, but since this package is now targeting node.js 18, we do not need this package in favor of fs.rmSync(path, {recursive: true}).
Also, we can close a breaking pr https://github.com/website-local/website-scrap-engine/pull/997 when this is done.
It comes from ages when targeting node.js 12, which only used in clean script here, but since this package is now targeting node.js 18, we do not need this package in favor of
fs.rmSync(path, {recursive: true})
. Also, we can close a breaking pr https://github.com/website-local/website-scrap-engine/pull/997 when this is done.