gpt4 book ai didi

TypeScript - Puppeteer 库错误 : "Cannot find name ' Element'"

转载 作者:行者123 更新时间:2023-12-03 15:20:46 24 4
gpt4 key购买 nike

我已收录 puppeteer-core作为我的 TypeScript 项目中的依赖项,并且正在使用 Visual Studio 2019。当我尝试构建项目时,出现以下错误(如 Element 下的红色波浪下划线所示):

enter image description here

error TS2304: Build:Cannot find name 'Element'



请问我该如何解决?

最佳答案

添加 dom到我的 tsconfig.jsonarray of libraries通过在 DOM library 中编译来修复该问题:

{
"compilerOptions": {
"lib": [
"es2018",
"dom"
]
}
}

关于TypeScript - Puppeteer 库错误 : "Cannot find name ' Element'",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/57999416/

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