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

Support for Yarn 2? #115

Open
mtyeh411 opened this issue Mar 14, 2021 · 0 comments · May be fixed by #116
Open

Support for Yarn 2? #115

mtyeh411 opened this issue Mar 14, 2021 · 0 comments · May be fixed by #116

Comments

@mtyeh411
Copy link

mtyeh411 commented Mar 14, 2021

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?

@mtyeh411 mtyeh411 linked a pull request Mar 24, 2021 that will close this issue
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 a pull request may close this issue.

1 participant