Closed wiekern closed 1 year ago
The error is weird because it typically occurs when Webpack <5 is used without adding the required Babel plugins which handles the modern Javascript syntax. However we are using the react-scripts v5 which also use Webpack v5 which can handle modern syntax out of the box.
I can't reproduce the issue.
npm
version are you using?git clone https://github.com/eclipsesource/jsonforms-react-seed.git
of master branch.Thanks a lot, trying in a new folder, it works well. closed.
The issue comes up while npm audit fix --force
executed, since the webpack version is downgraded to
"name": "webpack",
"version": "4.19.1",
step to reproduce:
node: 16.18 OS: windows 11 Chrome 114.0.5735.199