ag-grid-svelte icon indicating copy to clipboard operation
ag-grid-svelte copied to clipboard

Svelte 4

Open brandonp-ais opened this issue 1 year ago • 0 comments

Support Svelte 4

peerDependencies is using svelte 3.

See the Svelte migration guide

Reproduce

"svelte": "^4.0.5", "ag-grid-community": "^30.0.3", "ag-grid-svelte": "^0.3.0",

Then npm i

Error

Installation error npm ERR! code ERESOLVE npm ERR! ERESOLVE unable to resolve dependency tree npm ERR! npm ERR! While resolving: [email protected] npm ERR! Found: [email protected] npm ERR! node_modules/svelte npm ERR! dev svelte@"^4.0.5" from the root project npm ERR! npm ERR! Could not resolve dependency: npm ERR! peer svelte@"^3" from [email protected] npm ERR! node_modules/ag-grid-svelte npm ERR! ag-grid-svelte@"^0.3.0" 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.

brandonp-ais avatar Jul 06 '23 23:07 brandonp-ais