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>
This commit is contained in:
Shahed Nasser
2023-07-21 15:36:08 +03:00
committed by GitHub
co-authored by Rares Stefan
parent e1e7d8e5e4
commit d22569f379
2 changed files with 149 additions and 109 deletions
@@ -0,0 +1,11 @@
---
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.