Create React App 显示“除非提供 '--jsx' 标志,否则无法使用 JSX”

Posted

技术标签:

【中文标题】Create React App 显示“除非提供 \'--jsx\' 标志,否则无法使用 JSX”【英文标题】:Create React App shows "Cannot use JSX unless the '--jsx' flag is provided"Create React App 显示“除非提供 '--jsx' 标志,否则无法使用 JSX” 【发布时间】:2021-04-27 15:09:59 【问题描述】:

我在使用 typescript 的 React 应用程序中遇到以下错误:

Cannot use JSX unless the '--jsx' flag is provided

【问题讨论】:

见这里:***.com/questions/50432556/… 这能回答你的问题吗? Cannot use JSX unless the '--jsx' flag is provided 【参考方案1】:

更新您的tsconfig.json 文件:

"compilerOptions": 
    ...
    "jsx": "react"
 ,

【讨论】:

以上是关于Create React App 显示“除非提供 '--jsx' 标志,否则无法使用 JSX”的主要内容,如果未能解决你的问题,请参考以下文章

Node.js - 在终端中显示 ESLint 错误,如 create-react-app

Eslint 错误导致 create-react-app 无法编译

用create-react-app 创建myApp

显示警告时如何使用 Create React App 网络 URL 找到

create-react-app兼容ie9配置

在 Google App Engine 上部署 create-react-app