-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Bump up minimum yarn version #1052
Comments
Related yarnpkg/yarn#2871 |
Just for reference, I happen to use those exact versions and haven't had any issues. I installed yarn with npm, node with nvm, and use Mac. I can update yarn/node, it just seems like a weird check to me. My ignite doctor output (Click to expand)
|
Cheers @ruddell . I wonder if yarn-from-brew vs. yarn-from-npm makes a difference? |
Brew is the recommended way to install yarn on Mac, installing via npm is actually warned against. I don't think it's that big of a factor because Brew used to install Yarn with |
@skellock I'm not sure if this needs to be fixed before 2.0 release. Happy to tackle it later. |
I haven't seen issues with Yarn in a long time. Closing this. |
Spent an hour with someone on the community site debugging an issue where
ignite new Thing
would create the directory and not put anything in it.Turns out with his setup
[email protected]
and[email protected]
, both installed viabrew
(and no permissions issues; norreact-native
installed globally) didn't work.We tried
--npm
which didn't work.Logging with
--debug
didn't show anything (which surprises me! -- possibly a bug? certainly not working as intended).The solution to his problem was
brew update && brew upgrade yarn
.Let's add another check for that combo:
The text was updated successfully, but these errors were encountered: