Alphabite's Medusa Collection Images Plugin
Please install the plugin version that matches your Medusa version:
| Medusa Version | Plugin Version | Install Command |
|---|---|---|
| and above | ||
| Below |
Install the latest version (Medusa +):
Install the latest version (Medusa ):
Install version (Medusa ):
Check your installed Medusa version in (look for ).
Install the matching plugin version using one of the commands above.
Register the plugin in your (or ):
Run database migrations:
npx medusa db:migrateRestart your Medusa server.
npm install @alphabite/medusa-collection-imagesyarn add @alphabite/medusa-collection-imagespnpm add @alphabite/medusa-collection-imagesnpm install @alphabite/medusa-collection-images@0.3.4yarn add @alphabite/medusa-collection-images@0.3.4pnpm add @alphabite/medusa-collection-images@0.3.4npm install @alphabite/medusa-collection-images@0.3.3yarn add @alphabite/medusa-collection-images@0.3.3pnpm add @alphabite/medusa-collection-images@0.3.31module.exports = defineConfig({2 // ...3 plugins: [4 {5 resolve: "@alphabite/medusa-collection-images",6 options: {},7 },8 ],9});