gpt4 book ai didi

TypeScript:__dirname 值?

转载 作者:搜寻专家 更新时间:2023-10-30 20:38:49 30 4
gpt4 key购买 nike

我的文件夹结构是这样的:

app
└─ tsFolder
└─ XX.ts

XX.ts 文件中的代码:

var __dirname: string;
console.log("__dirname: " + __dirname); // the output is undefined.

我试过了:注释掉代码var __dirname: string;__dirname的值为:...../app 而不是指向当前文件夹,如 ...../app/tsFolder

谁能解释一下?

最佳答案

随便跑

npm install --save-dev @types/node

如果这对自己不起作用,请添加

"types": ["node"]

到您的 tsconfig.jsoncompilerOptions 字段。

关于TypeScript:__dirname 值?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36316118/

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