DEP0022:os.tmpDir()
类型:生命结束
¥Type: End-of-Life
os.tmpDir()
API 在 Node.js 7.0.0 中被弃用,并已被删除。请改用 os.tmpdir()
。
¥The os.tmpDir()
API was deprecated in Node.js 7.0.0 and has since been
removed. Please use os.tmpdir()
instead.
可自动迁移 (source):
¥An automated migration is available (source):
npx codemod@latest @nodejs/tmpDir-to-tmpdir