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.

提供了自动迁移(来源):

🌐 An automated migration is available (source):

npx codemod@latest @nodejs/tmpDir-to-tmpdir