You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello! After upgrading to react-native 0.75.4, the iOS bitrise build fails because of an appcenter-cli command which tries to require the react-native cli from node_modules/react-native/local-cli/cli.js, which is inexistent starting RN 0.75. I also found this issue on stackoverflow, which provides more details. Of course, we can use the suggested patch as a workaround, but I guess it should be properly fixed by the appcenter-cli lib itself insidereact-native-utils.ts file.
Error: Cannot find module '/Users/vagrant/git/node_modules/react-native/local-cli/cli.js'
at Module._resolveFilename (node:internal/modules/cjs/loader:1144:15)
at Module._load (node:internal/modules/cjs/loader:985:27)
at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:135:12)
at node:internal/main/run_main_module:28:49 {
code: 'MODULE_NOT_FOUND',
requireStack: []
}
The text was updated successfully, but these errors were encountered:
Description
Hello! After upgrading to react-native 0.75.4, the iOS bitrise build fails because of an appcenter-cli command which tries to require the react-native cli from node_modules/react-native/local-cli/cli.js, which is inexistent starting RN 0.75. I also found this issue on stackoverflow, which provides more details. Of course, we can use the suggested patch as a workaround, but I guess it should be properly fixed by the appcenter-cli lib itself inside
react-native-utils.ts
file.The text was updated successfully, but these errors were encountered: