fix(create-medusa-app): fix version option not working with Next.js storefront (#14462)

1. Fix error when passing `--version` and installing Next.js storefront. The error is because the UI package doesn't follow the same versioning as other Medusa packages, so this will skip updating the version of the UI package.
2. Other: added error logging for installation errors
This commit is contained in:
Shahed Nasser
2026-01-06 16:40:54 +02:00
committed by GitHub
parent 60f68ff492
commit b300a93345
4 changed files with 20 additions and 5 deletions

View File

@@ -0,0 +1,5 @@
---
"create-medusa-app": patch
---
fix(create-medusa-app): fix version option not working with Next.js storefront