medusa icon indicating copy to clipboard operation
medusa copied to clipboard

Peer dependencies on medusajs/medusa

Open triplecasquette opened this issue 10 months ago • 0 comments

Bug report

Describe the bug

WARN  10 deprecated subdependencies found: @oclif/[email protected], @oclif/[email protected], @oclif/[email protected], @oclif/[email protected], @oclif/[email protected], @oclif/[email protected], @oclif/[email protected], @oclif/[email protected], @oclif/[email protected], [email protected]

WARN  Issues with peer dependencies found . └─┬ @medusajs/medusa 1.20.4 ├── ✕ missing peer typeorm@^0.3.16 └─┬ medusa-test-utils 1.1.43 ├── ✕ missing peer typeorm@^0.2.43 └── ✕ unmet peer axios@^0.28.0: found 0.24.0 in @medusajs/medusa-js ✕ Conflicting peer dependencies: typeorm

System information

Medusa version (including plugins): Only storefront client issue Node.js version: v21.7.1 Operating system: MacOS

Steps to reproduce the behavior

simply :

pnpm i @medusajs/medusa-js

Expected behavior

Clear the dependencies issue and maybe the deprecated subdependencies (if possible in subdependencies hell ^^)

Thanks for your awesome work 😃

triplecasquette avatar Apr 30 '24 07:04 triplecasquette