ckeditor/ckeditor5-react

Dependency issue installing with Node 18.6.0

robbiebow opened this issue · 0 comments

Is there a workaround for fixed-data-table@0.6.5 dependency problem?

npm i @ckeditor/ckeditor5-react
npm ERR! code ERESOLVE
npm ERR! ERESOLVE could not resolve
npm ERR! 
npm ERR! While resolving: fixed-data-table@0.6.5
npm ERR! Found: react@17.0.2
npm ERR! node_modules/react
npm ERR!   peer react@">=16.8.0" from @emotion/react@11.11.1
npm ERR!   node_modules/@emotion/react
npm ERR!     @emotion/react@"^11.1.1" from react-select@4.3.1
npm ERR!     node_modules/react-select
npm ERR!       react-select@"^4.1.0" from the root project
npm ERR!   peer react@">=16.8.0" from @emotion/use-insertion-effect-with-fallbacks@1.0.1
npm ERR!   node_modules/@emotion/use-insertion-effect-with-fallbacks
npm ERR!     @emotion/use-insertion-effect-with-fallbacks@"^1.0.1" from @emotion/react@11.11.1
npm ERR!     node_modules/@emotion/react
npm ERR!       @emotion/react@"^11.1.1" from react-select@4.3.1
npm ERR!       node_modules/react-select
npm ERR!         react-select@"^4.1.0" from the root project
npm ERR!   45 more (@hypnosphi/create-react-context, @material-ui/core, ...)
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer react@"^0.14.0 || ^15.0.0 || ^16.0.0" from fixed-data-table@0.6.5
npm ERR! node_modules/fixed-data-table
npm ERR!   fixed-data-table@"^0.6.5" from the root project
npm ERR! 
npm ERR! Conflicting peer dependency: react@16.14.0
npm ERR! node_modules/react
npm ERR!   peer react@"^0.14.0 || ^15.0.0 || ^16.0.0" from fixed-data-table@0.6.5
npm ERR!   node_modules/fixed-data-table
npm ERR!     fixed-data-table@"^0.6.5" 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.