-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Possible regression in yarn, can't deploy #342
Comments
Here's a forked buildpack that installs 0.16.1 if anyone needs a quick workaround:
And here's the commit if you'd rather do it yourself: Genius@37a4c33 |
Thanks for the heads up, I'll implement yarn versioning this week. Thanks @dpatti for the workaround. |
You can use https://yarnpkg.com/downloads/0.16.1/yarn-v0.16.1.tar.gz as the download URL if you'd like to lock it to a particular Yarn version |
@hunterloftis any update on yarn versioning with the buildpack? |
Not to be annoying, but curious what's the status of this? Do you need assistance getting it shipped? RIght now I use yarn for everything everywhere, locally, in CI, and buildpacks are the only place it's missing. |
All set in master. You can:
|
Related to yarnpkg/yarn#1818
Looks like there's a regression in yarn 0.17.0 that is breaking Heroku deploys. From looking at
heroku-buildpack-nodejs/lib/binaries.sh
Line 14 in a40755c
https://yarnpkg.com/
, but seems like that's what we'd need to do until the regression is fixed.The text was updated successfully, but these errors were encountered: