-
Notifications
You must be signed in to change notification settings - Fork 8
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
Implement RFC 0014: Enable Support for Yarn Berry #370
Comments
Any update on this? |
@jwhitcraft @loewenstein-sap Hi folks, I'm no longer actively working on this and I think it is past time for me to unblock the track. I've closed out the PR but I've left the branch intact for now in case there are any useful insights to glean from the admittedly large changeset. I'd be happy to see someone else try their hand at implementing the RFC if they feel inclined to do so! |
@paketo-buildpacks/nodejs-maintainers Is Yarn berry support on anyone's agenda? |
Context
RFC
Exploration
This buildpack should be re-written such that it supports a codepath for installing application dependencies using Yarn Berry.
Details
API: The buildpack should require
node
andyarn
during build and should provide eithernode_modules
ORyarn_pkgs
.The logic for installing dependencies with Yarn Classic should be kept as separate as possible from that of Yarn Berry; preferably as separate packages.
Acceptance Criteria
Given an application which uses Yarn Berry to manage its dependencies:
pack build
is run with theyarn-install
buildpack, it should pass detection and build successfully.The text was updated successfully, but these errors were encountered: