-
Notifications
You must be signed in to change notification settings - Fork 31
Open
Description
Hey, I'm trying to run the frontend of the browser. I'm using node 16 and do npm install and then npm start only to get this error:
> epgg@54.0.2 start
> react-app-rewired start
Failed to compile.
Invalid configuration object. Webpack has been initialized using a configuration object that does not match the API schema.
- configuration.module.rules[2] has an unknown property 'query'. These properties are valid:
object { assert?, compiler?, dependency?, descriptionData?, enforce?, exclude?, generator?, include?, issuer?, issuerLayer?, layer?, loader?, mimetype?, oneOf?, options?, parser?, realResource?, resolve?, resource?, resourceFragment?, resourceQuery?, rules?, scheme?, sideEffects?, test?, type?, use? }
-> A rule description with conditions and effects for modules.
I changed query to options in config-overrides.js and it still doesn't work. Spits out more errors - pastebin.
This is after I changed the node version to 16.20.2.
I also tried referring to #332. I downloaded the frontend.zip you provided and tried running it and I get the same error.
Any help is appreciated, thanks
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels