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

Can't upgrade workspace packages in clean repo install #592

Open
danoc opened this issue Dec 13, 2019 · 2 comments
Open

Can't upgrade workspace packages in clean repo install #592

danoc opened this issue Dec 13, 2019 · 2 comments

Comments

@danoc
Copy link
Member

danoc commented Dec 13, 2019

More context: yarnpkg/yarn#7734 (comment)

Downgrading Yarn may work, but I haven't tried that yet.

@danoc
Copy link
Member Author

danoc commented Dec 13, 2019

If you've installed Yarn with Homebrew, this can be used to downgrade to 1.16.0:

brew unlink yarn
brew install https://raw.githubusercontent.com/karlhorky/homebrew-core/f8bc263f93dcfd1cc50c98976a8503c8a7cb032f/Formula/yarn.rb
brew switch yarn 1.16.0

Edit: This might not work in newer versions of Homebrew. If you get an error, download the yarn.rb file and use the path to the file on your local machine rather than trying to install from GitHub.

@danoc
Copy link
Member Author

danoc commented Dec 13, 2019

Confirmed that downgrading Yarn works.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Tidying the backlog
  
To categorize
Development

No branches or pull requests

1 participant