We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I recently had to migrate from Yarn 1 to Yarn 2. However, I'm currently running into issues with this buildpack:
this is my buildpack config
node_version=12.4.0 yarn_version=2.4.1 clean_cache=true
and it results in errors like
remote: -----> Installing binaries remote: clean_cache option set to true. remote: Cleaning out cache contents remote: Cleaning up old Node v12.4.0 remote: Resolving node version 12.4.0... remote: Downloading and installing node 12.4.0... remote: Installing Node 12.4.0... remote: Using default npm version 6.9.0 remote: Downloading and installing yarn 2.4.1... remote: Unable to download yarn: 404 remote: Deploy aborted
does this buildpack support this version of Yarn? if not, what alternatives can I consider?
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
I recently had to migrate from Yarn 1 to Yarn 2. However, I'm currently running into issues with this buildpack:
this is my buildpack config
and it results in errors like
does this buildpack support this version of Yarn? if not, what alternatives can I consider?
The text was updated successfully, but these errors were encountered: