gpt4 book ai didi

javascript - create-react-app eslint error "Parsing error: ' import' and 'export' may appear only with 'sourceType: module' "

转载 作者:行者123 更新时间:2023-11-29 10:28:54 34 4
gpt4 key购买 nike

我刚刚使用 create-react app 创建了一个新应用,eslint 给我这个错误解析错误:'import' 和 'export' 可能只出现在 'sourceType: module'

虽然应用程序运行良好,但我是新手,不知道自己做错了什么我正在使用 VS 代码编辑器。如何解决这个问题?

最佳答案

尝试添加 sourceType:“模块”到eslint配置

// in .eslintrc.js (recommended) or .eslintrc (deprecated)
{
...
"parserOptions": {
...
"sourceType": "module"
...
}
...
}

https://eslint.org/docs/user-guide/configuring#specifying-parser-options

关于javascript - create-react-app eslint error "Parsing error: ' import' and 'export' may appear only with 'sourceType: module' ",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51457644/

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