Js-Brecht / gatsby-plugin-pnpm

Provides PNPM compatible module resolvers to Webpack for Gatsby
MIT License
48 stars 6 forks source link

Upgrade Gatsby version #11

Closed arafatamim closed 2 years ago

arafatamim commented 2 years ago

FYI, It still works on local builds, but Netlify refuses to build site if peer dependency is mismatched.

Js-Brecht commented 2 years ago

Hey @arafatamim, thanks for letting me know. I will go ahead and update the peerDependency for Gatsby to allow v4

Question: does Netlify support pnpm natively now, perhaps with strict-peer-dependencies turned on? I've had my own Netlify plugin for the longest time just so I can use pnpm in deployments.

Js-Brecht commented 2 years ago

Published in gatsby-plugin-pnpm@1.2.9

arafatamim commented 2 years ago

Netlify still doesn't support pnpm. I personally have been using the built-in npm to install deps on the Netlify side of things.