-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Error: Detox.framework not found #191
Comments
@DanielZlotin Do you have any idea what could cause this? |
Maybe something installed globally with npm? If you're using nvm this will be easy to rule out/confirm |
Also, where do you get this error? Compile time in xcode? Running tests? |
You can set verbose logging when installing either with |
I got this error after installing detox and running the tests with |
Maybe you can try
But I use:
|
Its pretty clear that detox is not being compiled when installing yarn. Also npm install detox -g has not helped. after running
it fixes it for me Initially I installed it using npm however im getting it running on a remote box which is installing detox using yarn. When doing this I get the following error
the package is there but not compiled
|
doing some research it seems like its a yarn issue. Same sort of issue these guys have: |
I just installed Detox with yarn v0.24.6 and node v8.1.3 and the framework is not extracted.
It works with node < 8.
The text was updated successfully, but these errors were encountered: