-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
After run detox test getting Device.js Unexpected token ... #663
Comments
Any reason you are using such an old Node version (7.x)? Upgrading to 8.6 will fix your issue. I ask because we are considering bumping the Node requirement. |
Yes, it seems to work. I've seen 7.6 requirement in docs and i thought it will be enough. I have another issue, but I'm not sure if it's right place to ask. |
We synchronize on network, so yes, probably. |
@rotemmiz Let's bump the Node requirement. |
I think it's perfectly valid to close this issue as the 62da778 has been merged already. |
I'm seeing same issue with Node v8.2.1 and Detox 8.0.0 |
That's the problem. Come on, update to the normal Node v8.11.3 LTS. The minimal requirement is: |
Description
I'm following this guide and I ran into an error. I've ran detox build (and it succeeded) and then detox test which error:
Steps to Reproduce
Go to CLI and run
detox build & detox test
Detox, Node, Device, Xcode and macOS Versions
Device and verbose Detox logs
The text was updated successfully, but these errors were encountered: