-
Notifications
You must be signed in to change notification settings - Fork 137
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
0.76.2 yarn install gives @react-native-mac/virtualized-lists@npm:0.76.2: No candidates found #2282
Comments
This also causes a failure in the getting started docs If you don't force 0.71 at the beginning.
|
Oof, thanks for the report. I'll try to get this fixed early next week. Meanwhile I think just use 0.76.0 |
Hit the same issue when trying to bump clipboard to 0.76.2:
|
also having this issue, even when forcing certain packages to be older versions and with a fresh node_modules install package.json:
terminal readout:
EDITED TO SAY: Changing |
@Saadnajmi Tried 0.76.0 as you suggested with: but while it inits the project succesfully:
I have no issues building 0.75 on the same machine. |
Thanks for the other bug, I'll look at both today. |
Environment
Steps to reproduce the bug
"react-native-macos": "0.76.2"
yarn install
ornpm install
react-native-macos package version depends on unreleased version 0.76.2 of @react-native-mac/virtualized-lists. There is a 0.76.2 version of @react-native/virtualized-lists but not @react-native-mac/virtualized-lists
Expected Behavior
yarn or npm install succeeds
Actual Behavior
yarn and npm install fail
Reproducible Demo
any react-native-macos project
Additional context
No response
The text was updated successfully, but these errors were encountered: