ag-grid-react-example icon indicating copy to clipboard operation
ag-grid-react-example copied to clipboard

code ERESOLVE npm ERR! ERESOLVE unable to resolve dependency tree

Open Ofer-Gal opened this issue 2 years ago • 0 comments

2023-11-25T10_54_04_453Z-debug-0.log Tried with node 18 and 16 Dos not install from the root of Also tried yarn install. it did work yarn run examples shows 'NODE_OPTIONS' is not recognized as an internal or external command, so does npm run examples

I replaced --content-base with --static-directory but then --config config/webpack.config.examples.js errored with: `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 guess this will not work

Ofer-Gal avatar Nov 25 '23 11:11 Ofer-Gal