-
-
Notifications
You must be signed in to change notification settings - Fork 3k
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
ES6 String Templates Throw Errors #1548
Comments
@dasilvacontin What feedback do we need? |
Actually I know what we need. @Tivoli Need to know exactly how you are executing Mocha, if you have a |
I do not have have a mocha.opts file, I'm executing it from the following Makefile.
I removed the co-mocha require with the same result. |
This is probably because the version of node you are using does not support template strings (even with --harmony). io.js is the only release that supports template strings right now. |
@domenic I am using io.js, my app runs fine and is using template strings. The node executable is also symlinked to io.js. |
Ah OK hmm nevermind then I am totally wrong! I still have a hard time understanding what could cause this in that case but who knows. |
@boneskull That works. |
|
@dasilvacontin What are you asking? |
@Tivoli So |
@boneskull It is symlinked. |
@Tivoli If you clone |
On Windows, change this line:
to
|
String templates even when the --harmony flag is set for mocha throws a token ILLEGAL error;
Simple before to replicate.
The text was updated successfully, but these errors were encountered: