Files
medusa-store/docs/content/troubleshooting/upgrade-beta.md
Shahed Nasser d22569f379 docs: added troubleshooting guide for beta version (#4582)
* docs: added troubleshooting guide for beta version

* Update docs/content/troubleshooting/upgrade-beta.md

Co-authored-by: Rares Stefan <rares.capilnar@gmail.com>

---------

Co-authored-by: Rares Stefan <rares.capilnar@gmail.com>
2023-07-21 15:36:08 +03:00

12 lines
520 B
Markdown

---
title: 'Upgrading Beta Versions'
---
If you're using `beta` versions of Medusa packages, such as the `@medusajs/medusa` or `@medusajs/admin` packages, simply updating to the latest `beta` version might not work and you'll end up with the same version. This could be due to the version in `yarn.lock` or `package-lock.json` not updating properly.
To resolve this issue, try the following:
- Remove the `yarn.lock` or `package-lock.json` file in your project.
- Remove the `node_modules` directory
- Install again.