Skip to main content

Upgrading Beta Versions

If you're using betaCopy to Clipboard versions of Medusa packages, such as the @medusajs/medusaCopy to Clipboard or @medusajs/adminCopy to Clipboard packages, simply updating to the latest betaCopy to Clipboard version might not work and you'll end up with the same version. This could be due to the version in yarn.lockCopy to Clipboard or package-lock.jsonCopy to Clipboard not updating properly.

To resolve this issue, try the following:

  • Remove the yarn.lockCopy to Clipboard or package-lock.jsonCopy to Clipboard file in your project.
  • Remove the node_modulesCopy to Clipboard directory
  • Install again.
Was this page helpful?