Back to Medusa

{metadata.title}

www/apps/resources/app/troubleshooting/pnpm/page.mdx

2.14.2677 B
Original Source

import PnpmSection from "../_sections/common-installation-errors/pnpm.mdx"

export const metadata = { title: Errors with pnpm, }

{metadata.title}

<Note>
  • Medusa supports pnpm as of v2.13.0. Refer to the Use pnpm with Medusa guide for instructions on how to set up pnpm in your Medusa project.
  • At the moment, pnpm is only supported in single-package Medusa projects. If you're using a monorepo setup, these steps may not work as expected. We recommend using yarn or npm for monorepo setups until we add support for pnpm in monorepos.
</Note> <PnpmSection />