So I have a full medusa setup working fine on localhost but when i try to deploy it the build comand failes due to all kinds of peer dependecies when I check npm audit if get this
While resolving: @medusajs/[email protected]
npm ERR! Found: @medusajs/[email protected]
npm ERR! node_modules/@medusajs/medusa
npm ERR! @medusajs/medusa@"^1.17.1" from the root project
npm ERR! peer @medusajs/medusa@"^1.17.2" from @medusajs/[email protected]
npm ERR! node_modules/@medusajs/medusa-js
npm ERR! @medusajs/medusa-js@"" from [email protected]
npm ERR! node_modules/medusa-react
npm ERR! medusa-react@"^9.0.10" from @medusajs/[email protected]
npm ERR! node_modules/@medusajs/admin-ui
npm ERR! @medusajs/admin-ui@"" from @medusajs/[email protected]
npm ERR! node_modules/@medusajs/admin
npm ERR! 1 more (medusa-payment-stripe)
npm ERR! 3 more (medusa-payment-stripe, medusa-plugin-meilisearch, medusa-react)
I dont understand that why this happends in a current release am I missing something I installed using
npx create-medusa-app@latest
can anyone tell me am i using the wrong version of medusa or something