Replies: 2 comments
-
I know that yarn is recommended, but it's mainly because of corepack that I've been using Bun on Medusa projects since a few months and no issue at all, even on V1 projects at a production level 👍🏼 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This wasted a lot of time...
So I was trying Medusa for the very first time, but the installation with
npx create-medusa-app@latest
just isn't working. It will show the loader, stay there for a few minutes and doesn't do anything. I decided to usepnpm dlx
instead ofnpx
and it worked, until the dependency installation step.From there I went here and read this, and decided to add the flag
--verbose
to the installation command (the one withpnpm dlx
). And turns out Medusa needs Yarn for installation? I turned on corepack, and lo and behold, the installation prompted me to install Yarn and it succeeded.From my understanding, Medusa cannot use any other package manager other than Yarn, does it? If this is true, you should disclose this in your documentation so as to not waste so much of people's time like I did...
Beta Was this translation helpful? Give feedback.
All reactions