Skip to main content

v1.3.8

Updating your Medusa backend to version 1.3.8Copy to Clipboard may cause issues when using NPM. Please refer to this guide for more details on how to resolve it.

Update Using Yarn

It's highly recommended to use yarn when working with Medusa. Updating with yarn should resolve any issues you might run into during the update.


Resolving Update Issues with NPM

Update All Medusa Dependencies

If you face any errors during your update to version 1.3.8Copy to Clipboard, make sure to update all Medusa dependencies you’re using on your backend. This includes medusa-interfacesCopy to Clipboard, @medusajs/medusa-cliCopy to Clipboard, or any of Medusa’s official plugins.

You can update to the latest version of these using the @latestCopy to Clipboard version tag. For example:

npm install medusa-interfaces@latest
Report Incorrect CodeCopy to Clipboard

Use Legacy Peer Dependencies Option

This solution can be used as a workaround and should be used with caution to avoid any issues while using Medusa.

If all fails, you can use the --legacy-peer-depsCopy to Clipboard option while updating Medusa:

npm install @medusajs/medusa@latest --legacy-peer-deps
Report Incorrect CodeCopy to Clipboard
Was this page helpful?