Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Initial (stub) implementation of heroku/nodejs-pnpm-engine #751

Merged
merged 9 commits into from
Dec 14, 2023

Conversation

joshwlewis
Copy link
Member

This adds a new buildpack (heroku/nodejs-pnpm-engine), which will eventually install pnpm based on engines.pnpm (similar to how heroku/nodejs-npm-engine works). For now, this implementation is only a stub, and throws an error that directs users to specify the pnpm version in packageManager field so that pnpm can be provided by heroku/nodejs-corepack.

This should alleviate the confusion for users described in #744, as they should be instructed how to select a pnpm version.

@joshwlewis joshwlewis requested a review from a team as a code owner December 8, 2023 19:12
buildpacks/nodejs-pnpm-engine/README.md Outdated Show resolved Hide resolved
buildpacks/nodejs-pnpm-engine/buildpack.toml Outdated Show resolved Hide resolved
meta-buildpacks/nodejs/buildpack.toml Show resolved Hide resolved
@joshwlewis joshwlewis merged commit 600c723 into main Dec 14, 2023
23 checks passed
@joshwlewis joshwlewis deleted the initial-pnpm-engine branch December 14, 2023 16:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants