-
Notifications
You must be signed in to change notification settings - Fork 8
Closed
Description
The following node deprecation warning is showing up in the output:
(node:1) [DEP0147] DeprecationWarning: In future versions of Node.js, fs.rmdir(path, { recursive: true }) will be removed. Use fs.rm(path, { recursive: true }) instead
(Use `node --trace-deprecation ...` to show where the warning was created)
node:internal/process/promises:279
triggerUncaughtException(err, true /* fromPromise */);
^This is probably being triggered by this line
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels