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

Rollback Yarn formula? #6934

Closed
arxpoetica opened this issue Nov 15, 2016 · 5 comments
Closed

Rollback Yarn formula? #6934

arxpoetica opened this issue Nov 15, 2016 · 5 comments

Comments

@arxpoetica
Copy link

Can Yarn v 0.17 be rolled back to 0.16.1? There's a breaking commit in v. 0.17. See: yarnpkg/yarn#1824

In essence globals don't install without @latest and binaries are not linked.

I can't figure out how to roll back to 0.16 on my own. Open to any quick solutions. (see: accd0c0)

@arxpoetica arxpoetica changed the title Rollback Yarn library? Rollback Yarn formula? Nov 15, 2016
@arxpoetica
Copy link
Author

Alternately, if it's too much effort, we can just wait for yarn ticket 1824 to be fixed. Yarn moves pretty fast. I would still like to know, however, a stop gap solution. Thanks. :)

@MikeMcQuaid
Copy link
Member

Alternately, if it's too much effort, we can just wait for yarn ticket 1824 to be fixed.

Let's wait a day or two and see if this happens. If not, let's rollback.

@ilovezfs
Copy link
Contributor

ilovezfs commented Nov 15, 2016

@arxpoetica can you test #6933 please?

@arxpoetica
Copy link
Author

arxpoetica commented Nov 15, 2016

For anyone else who comes across this, here's a rollback workaround:

npm i -g yarn@0.16.1

Make sure to brew remove yarn first. Also make sure to uninstall and then reinstall global dependencies to include bin linking. yarn global remove ... and yarn global add ...

@ilovezfs
Copy link
Contributor

Closing in favor of the 0.17.2 PR #6954

@Homebrew Homebrew locked and limited conversation to collaborators May 4, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants