gpt4 book ai didi

node.js - ENOENT : no such file or directory, mkdir 与 { recursive: true }

转载 作者:太空宇宙 更新时间:2023-11-03 21:50:48 24 4
gpt4 key购买 nike

在 Node 版本 10.16.0 的 Ubuntu 14.04 上运行。

const logDirPath = path.normalize('/var/log/ab');
if (!fs.existsSync(logDirPath)) {
console.log('log path:', logDirPath);
fs.mkdirSync(logDirPath, { recursive: true });
}

结果:

log path: /var/log/ab
ENOENT: no such file or directory, mkdir '/var/log/ab'

最佳答案

好吧,刚刚想通了。这是一个权限错误。但来自 Node 的奇怪错误消息。

关于node.js - ENOENT : no such file or directory, mkdir 与 { recursive: true },我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58695891/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com