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:
co-authored by
Rares Stefan
parent
e1e7d8e5e4
commit
d22569f379
@@ -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.
|
||||
Reference in New Issue
Block a user