Closed
Description
Describe the bug
create-react-app is not working in development mode in Microsoft Edge. Production build works.
Environment
Environment Info:
current version of create-react-app: 3.3.1
running from C:\Users\olexi\AppData\Roaming\npm-cache_npx\2716\node_modules\create-react-app
System:
OS: Windows 10 10.0.18363
CPU: (8) x64 Intel(R) Core(TM) i5-8265U CPU @ 1.60GHz
Binaries:
Node: 10.15.3 - C:\Program Files\nodejs\node.EXE
Yarn: 1.15.2 - ~\AppData\Roaming\npm\yarn.CMD
npm: 6.4.1 - C:\Program Files\nodejs\npm.CMD
Browsers:
Edge: 44.18362.449.0
Internet Explorer: Not Found
npmPackages:
react: ^16.12.0 => 16.12.0
react-dom: ^16.12.0 => 16.12.0
react-scripts: 3.3.1 => 3.3.1
npmGlobalPackages:
create-react-app: Not Found
Steps to reproduce
- Create new react applications with command
npx create-react-app my-app
- Open started application in Microsoft Edge browser.
Expected behavior
I see starting application page.
Actual behavior
Browser shows blank page.
Console shows this error: "SCRIPT1028: SCRIPT1028: Expected identifier, string or number".