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
Not sure why, but everytime I install detox, my project folder is no longer recognized as a valid React Native project. That's a brand new React Native project which I got to run with react-native run-ios and react-native run-android. But right after installing Detox, I get this error:
Command `run-ios` unrecognized. Make sure that you have run `npm install` and that you are inside a react-native project.
I tried to execute npm install and then react-native upgrade to no avail.
Description
Not sure why, but everytime I install detox, my project folder is no longer recognized as a valid React Native project. That's a brand new React Native project which I got to run with
react-native run-ios
andreact-native run-android
. But right after installing Detox, I get this error:I tried to execute
npm install
and thenreact-native upgrade
to no avail.Steps to Reproduce
At this point, the project folder is no longer recognized as a valid RN project.
I specifically set it to RN version 0.55 because that's the latest RN version supported by Detox.
Detox, Node, Device, Xcode and macOS Versions
Device and verbose Detox logs
Not applicable. I can't even run the project by normal means. But following the getting started guide (https://github.com/wix/detox/blob/master/docs/Introduction.GettingStarted.md) didn't succeed either.
The text was updated successfully, but these errors were encountered: