-
Notifications
You must be signed in to change notification settings - Fork 45
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
Node 6.0 support for browser tests #568
Comments
We have discovered and fixed this issue with node 6 support a day ago, shortly after the node release. The core should be updated automatically, if it did, try just restarting your editor. If the update didn't happen yet, try forcing the core update to get the latest core version in Atom and VS Code. Let me know if the latest core version fixes the issue for you. BTW, Atom also reports the same error in the Developer Tools Console ( |
Seems like there's another issue in some projects (with browser tests) and node.js 6 in Atom, VS Code and Sublime Text. If your test run hangs after updating to node 6, please configure your editor to use some previous node version for now, while we are investigating the issue. |
Node 6 |
@ArtemGovorov I did everything described above and now
or
|
@mdreizin If I remember correctly, you are using WebStorm? Check you wallaby.js plugin version (in Settings - Plugins) to make sure it is >= 1.0.59. If it is < 1.0.59, you need to update wallaby.js plugin to the latest. It should be prompting you to update when you restart your IDE, unless you have turned off wallaby.js notifications in your IDE. Alternatively, you may just download the latest from our website and install it. |
@ArtemGovorov Yes, you are right. I'm using WebStorm and I did everything that you described. It didn't update automatically and that is why I updated it via direct download. Now it works. Thanks. |
There seems to be compatibility issues with node 6.0.
In atom, the spinner in the bottom right corner just keeps going.
In VSCode its the same thing, but i managed to get this error message from the console
[Error] node: bad option: --harmony_arrow_functions
Switching back to < 6.0 makes it work again.
The text was updated successfully, but these errors were encountered: