-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
appcenter codepush, but cli not found #2776
Comments
Am facing the same after upgrading RN version from 0.74.2 to 0.76.1 (Works well with 0.74.2) error Details below:- Error: Cannot find module '/Users/xxxxx/node_modules/react-native/local-cli/cli.js' Node.js v20.14.0 version:- "react-native-code-push": "^8.3.1"/"9.0.0" and others as well, Requesting Help here !! |
Hello, and thank you for reaching out! I believe the issue is that since React Native 0.76, a new architecture is enabled by default, which isn't currently supported by react-native-code-push. Could you please try disabling this new architecture following this guide? Let us know if this resolves the issue. Thank you! |
Does CodePush Team have any plan to support New Architecture? |
Run this command:
appcenter codepush release-react -a xxx/yyy -d Production
Error
Error: Cannot find module 'C:\Users\xxx\Desktop\Lahelu\Codebase\Client\node_modules\react-native\local-cli\cli.js'
Has anyone ever encountered such issue?
The text was updated successfully, but these errors were encountered: