[Claimed #2716] docs(integrations): stop recommending Corepack for pnpm - #2764
Merged
Conversation
…16' into external-contributor-pr-2716
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
Contributor
Author
|
This mirrored PR has been merged into |
|
miguelg719
approved these changes
Aug 17, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Mirrored from external contributor PR #2716 after approval by @miguelg719.
Original author: @antonvishal
Original PR: #2716
Approved source head SHA:
2efa8a946ad33c6430c4bc668aa2e4d31e2d3006@antonvishal, please continue any follow-up discussion on this mirrored PR. When the external PR gets new commits, this same internal PR will be marked stale until the latest external commit is approved and refreshed here.
Original description
Summary
corepack pnpm@11.10.0with plainpnpmin the v4 integration docs (overview, Mastra, Eve, Vercel AI SDK, CrewAI).pnpm now says not to install via Corepack (Node also stopped shipping Corepack from v25). We already pin
pnpm@11.10.0viadevEngines.packageManager, and CI usespnpm/action-setup, so the docs only used Corepack as a one-shot version pin.Summary by cubic
Stop recommending Corepack for
pnpmin v4 integration docs and switch commands to plainpnpm. This aligns withpnpmguidance and Node 25 removing Corepack while keeping our version pinning and CI setup intact.Review notes
corepack pnpm@11.10.0withpnpmincrewai.mdx,eve.mdx,mastra.mdx,vercel-ai-sdk.mdx, andoverview.mdx.pnpminstallation docs and kept the requirement atpnpm11.10.0.Written for commit 2efa8a9. Summary will update on new commits.