* 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>
12 lines
520 B
Markdown
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.
|