Dependency Conflict Error When Installing NPM Packages

Could someone advise me on this problem?
❯ npm i effect-http effect-http-node effect @effect/platform @effect/platform-node
npm error code ERESOLVE
npm error ERESOLVE unable to resolve dependency tree
npm error
npm error While resolving: tablo@0.1.0
npm error Found: @effect/schema@0.67.24
npm error node_modules/@effect/schema
npm error   @effect/schema@"^0.67.5" from the root project
npm error
npm error Could not resolve dependency:
npm error peer @effect/schema@"^0.68.3" from @effect/platform@0.57.8
npm error node_modules/@effect/platform
npm error   @effect/platform@"*" from the root project
npm error   peer @effect/platform@"^0.57.0" from effect-http@0.69.0
npm error   node_modules/effect-http
npm error     effect-http@"*" from the root project
npm error
npm error Fix the upstream dependency conflict, or retry
npm error this command with --force or --legacy-peer-deps
npm error to accept an incorrect (and potentially broken) dependency resolution.
Was this page helpful?