Skip to main content
Before you install Reorder, verify that your environment meets the version requirements below. Running an incompatible version of Medusa is the most common cause of installation issues.

Medusa version

Reorder relies on Medusa modules, workflow primitives, Admin UI extensions, and scheduled jobs that were introduced in Medusa 2.x. It is not compatible with Medusa 1.x.

Check your Medusa version

Run the following command in your Medusa project to see the installed version:
Or with yarn:
If the output shows a version below 2.3.0, upgrade Medusa before proceeding.

Node.js version

Reorder requires Node.js 20 or later. This matches the engines field in the plugin package.
The output should be v20.x.x or higher.

Package name

The plugin is published to npm under the scoped package name @reorderjs/reorder.
Make sure you are installing @reorderjs/reorder (with the @reorderjs/ scope), not an unscoped or differently named package.

Summary

Once your environment meets these requirements, follow the quickstart to install and configure the plugin.