MichaelKim / ag-grid-svelte

A Svelte wrapper for ag-grid
https://ag-grid-svelte.michael.kim/guide
MIT License
54 stars 15 forks source link

Peer conflict with ag-grid 29 #9

Closed bfovez closed 1 year ago

bfovez commented 1 year ago

See the error when I try to npm i ag-grid-svelte when ag-grid 29 is already installed:

npm ERR! code ERESOLVE npm ERR! ERESOLVE unable to resolve dependency tree npm ERR! npm ERR! While resolving: --------@0.0.1 npm ERR! Found: ag-grid-community@29.3.3 npm ERR! node_modules/ag-grid-community npm ERR! dev ag-grid-community@"^29.3.3" from the root project npm ERR! npm ERR! Could not resolve dependency: npm ERR! peer ag-grid-community@"^28" from ag-grid-svelte@0.1.4 npm ERR! node_modules/ag-grid-svelte npm ERR! ag-grid-svelte@"*" from the root project npm ERR! npm ERR! Fix the upstream dependency conflict, or retry npm ERR! this command with --force or --legacy-peer-deps npm ERR! to accept an incorrect (and potentially broken) dependency resolution. npm ERR!

MichaelKim commented 1 year ago

It should be safe to ignore the version warning as the package works with AG Grid v29. I'll make a release shortly that adds the new version to the peer deps.

MichaelKim commented 1 year ago

Should be resolved with ag-grid-svelte@0.2.0, feel free to re-raise if you're still encountering the error.

bfovez commented 1 year ago

Thank you !