Files
medusa-store/docs/content/advanced/backend/upgrade-guides/1-3-8.md
Shahed Nasser 76a16aa131 docs: redesigned documentation (#2539)
* docs: redesigned navigation bar (#2478)

* docs: redesigned homepage (#2480)

* docs: redesigned homepage

* fixed link

* docs: redesigned notes (#2491)

* docs: Applied Typography redesign rules (#2516)

* changes to typography

* small changes and fixes

* docs: redesigned table of content (#2518)

* redesigning toc

* finalized table of content design

* docs: redesigned code blocks (#2519)

* docs: redesigned code blocks

* removed unused package

* docs: redesigned survey and content footer (#2522)

* fixes to inline code

* redesigned doc footer

* docs: redesigned footer (#2523)

* docs: changed dark mode colors (#2524)

* docs: redesigned sidebar (#2535)

* docs: redesigned search modal (#2537)

* docs: resolved loose ends (#2538)

* added spacing for tabs

* docs: added no-zoom class for deploy images

* fix to tooltip design for inline code
2022-11-03 18:59:46 +02:00

1.1 KiB
Raw Blame History

description
description
Actions Required for v.1.3.0

v1.3.8

Updating your medusa server to version 1.3.8 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.8, make sure to update all Medusa dependencies youre using on your server. This includes medusa-interfaces, @medusajs/medusa-cli, or any of Medusas official plugins.

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

npm install medusa-interfaces@latest

Use Legacy Peer Dependencies Option

:::caution

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-deps option while updating Medusa:

npm install @medusajs/medusa@latest --legacy-peer-deps