-
-
Notifications
You must be signed in to change notification settings - Fork 540
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
[3.31.0] CI builds fails, command not found: bob #2108
Comments
Hey! 👋 The issue doesn't seem to contain a minimal reproduction. Could you provide a snack or a link to a GitHub repository under your username that reproduces the problem? |
just happened to me too
|
Command failed. |
Experiencing the same behaviour on Windows and RN@0.74
|
same here react native 0.74.0 |
Same! Happened after I upgraded to rn |
error /node_modules/react-native-screens: Command failed. |
can someone install I’m afk and can’t test it at the moment 🥴 |
|
I solved problem with changing version for now. I think this version is working when build 3.31.0-rc.1
I haven't encountered any problems during runtime yet. |
Hello, same problem here with version 3.31.0 (using RN 0.74.0 / yarn 1.22.22). Thank you, |
Hello everyone! We're currently aware of this issue with @kkafar. It was mistake on our side, since we've bumped Yarn to v4 version and didn't realize that it triggers |
|
… package.json (#2109) ## Description This PR intents to fix error, during the install step on other React Native applications. That's because of the name of the step - it shouldn't be named as `postinstall`, as method named this way is triggered by yarn v4. This was not an issue before, as we used yarn v1. Fixes #2108. ## Changes - Changed `postinstall` name to `prepare` in package.json - Added `yarn prepare` command during the `yarn release`. ## Checklist - [ ] Ensured that CI passes
@tboba Released 3.31.1. Let us know, whether the issue disappeared |
The issue is solved in 3.31.1 |
… package.json (software-mansion#2109) ## Description This PR intents to fix error, during the install step on other React Native applications. That's because of the name of the step - it shouldn't be named as `postinstall`, as method named this way is triggered by yarn v4. This was not an issue before, as we used yarn v1. Fixes software-mansion#2108. ## Changes - Changed `postinstall` name to `prepare` in package.json - Added `yarn prepare` command during the `yarn release`. ## Checklist - [ ] Ensured that CI passes
Description
After running
yarn install
on CI on a macos 14 machine the install fails with:react-native-screens@npm:3.31.0 [e76ba] couldn't be built successfully (exit code 127, logs can be found here: /private/var/folders/cm/2r_39vcd593436b3_ht4nyqw0000gp/T/xfs-1e614b9e/build.log)
the log states:
command not found: bob
Steps to reproduce
Snack or a link to a repository
no-repo-needed
Screens version
3.31.0
React Native version
0.73.7
Platforms
Android, iOS
JavaScript runtime
Hermes
Workflow
React Native (without Expo)
Architecture
Paper (Old Architecture)
Build type
Release mode
Device
Real device
Device model
No response
Acknowledgements
Yes
The text was updated successfully, but these errors were encountered: