setup-julia icon indicating copy to clipboard operation
setup-julia copied to clipboard

`node` deprecation warning: `In future versions of Node.js, fs.rmdir(path, { recursive: true }) will be removed. Use fs.rm(path, { recursive: true }) instead`

Open DilumAluthge opened this issue 3 years ago • 0 comments

(node:1740) [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)

@SaschaMann Is this something that we need to fix?

DilumAluthge avatar Aug 27 '22 10:08 DilumAluthge