为什么VS-Code无法识别“ __dirname”?

时间:2019-09-18 15:02:10

标签: typescript backend nestjs

我目前正在处理一个后端项目,该项目需要从JSon文件中读取数据,但是VS Code无法识别变量“ __dirname”。

在更改代码的情况下,我尝试了不同的方法,但是没有用。

private ourPathToFile = `${__dirname} ~/Desktop/richwood/dhbw-richie-backend/dhbw-third-semester-training-data/training-data.json`

找不到名称'__dirname'

1 个答案:

答案 0 :(得分:0)

您是否已安装节点类型?

npm i @types/node --save-dev
yarn add -D @types/node

node types define the global __dirname