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