Fender

Published
fender_logo.svg

This tells Corepack to use and download your preferred pnpm version instead of the default version that Netlify sets.

Note that based on Corepack limitations, you cannot use semver to specify a range of versions for this package manager.

In certain scenarios, you must pass additional flags to the pnpm install command. For example, some frameworks such as Nuxt 3 and Next.js require that you modify the pnpm install command. To avoid import issues with pnpm and these frameworks, use the PNPM_FLAGS environment variable and set it to --shamefully-hoist.