gpt4 book ai didi

reactjs - React 应用程序无法在 IE 11 浏览器中运行

转载 作者:行者123 更新时间:2023-12-03 13:40:31 25 4
gpt4 key购买 nike

我在这里看到了很多类似的问题,并且我已经尝试了所有方法,但我不知道为什么仍然没有显示任何内容。

  1. npm 安装react-app-polyfill

  2. 我将“ie 11”添加到 package.json 中的生产和开发数组

  3. 添加两行import "react-app-polyfill/ie11";导入“react-app-polyfill/stable”;index.js顶部

  4. 删除node_modules内的.cache文件夹

  5. 重新启动应用程序

但在 ie 11 中仍然没有显示任何内容。

这是我的 package.json

{
"name": "firealarm",
"version": "0.1.0",
"private": true,
"dependencies": {
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.3",
"@testing-library/user-event": "^7.1.2",
"antd": "^3.26.2",
"axios": "^0.19.0",
"core-js": "^3.6.1",
"cors": "^2.8.5",
"jspdf": "^1.5.3",
"jspdf-autotable": "^3.2.11",
"react": "^16.12.0",
"react-app-polyfill": "^1.0.5",
"react-dom": "^16.12.0",
"react-router-dom": "^5.1.2",
"react-scripts": "3.3.0"
},
"scripts": {
"start": "set PORT=3006 && react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
"ie 11",
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"ie 11",
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}

我什至删除了node_modules文件夹并再次安装npm,但仍然无法工作。

更新

我在 IE 11 中收到两条错误消息。

SCRIPT5022: SyntaxError
File: 0.chunk.js, Line: 176128, Column: 38

还有

SCRIPT5022: The error you provided does not contain a stack trace.
File: 0.chunk.js, Line: 205780, Column: 64

.

最佳答案

您的 react-scripts 版本是什么?这似乎是 react-scripts 版本 3.3.0 的问题。您可以在 GitHub 中找到问题报告:issue 1 , issue 2 .

它仍然可以与react-scripts@3.2.0一起使用。您可以尝试恢复到 3.2.0 作为解决方法。另请记得删除 node_modules 中的 .cache 文件夹并删除 IE 浏览器缓存,然后重试。

关于reactjs - React 应用程序无法在 IE 11 浏览器中运行,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/59498274/

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