gpt4 book ai didi

vue.js - jsconfig.json 给出 ts 错误

转载 作者:行者123 更新时间:2023-12-03 18:51:20 31 4
gpt4 key购买 nike

我使用 jsconfig.json 项目在我的根目录中有 Nuxt.js
我有一个错误:

File '/home/mike/Documents/nuxt/node_modules/dotenv/types' not found.
The file is in the program because:
Root file specified for compilation
实际上 jsconfig.json 的第一行中有 5 个错误:
Errors
我什至不使用 typescript 并且在创建 typescript 时我没有设置任何 Nuxt.js project 选项 jsconfig.json 内容:
{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"~/*": ["./*"],
"@/*": ["./*"],
"~~/*": ["./*"],
"@@/*": ["./*"]
}
},
"exclude": ["node_modules", ".nuxt", "dist"]
}
我不明白他们来自哪里。
我如何摆脱这个错误?
没有选项 quick fix 所以我不能 ignore errors for entire file

最佳答案

尝试安装和重建项目,希望这会有所帮助,

 npm install --save @types/dotenv

关于vue.js - jsconfig.json 给出 ts 错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/66868663/

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