-
-
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
Workaround for Cannot find module 'internal/linkedlist'
#26
Comments
This error happens if you run |
This seems like an awesome tool. Can't wait to see it work. I am running with mocha. I use
How can I make this work. |
discovered at the top of mochajs/mocha#3045, YMMV |
But... c:\my-path\my-repo\node_modules\.bin\_mocha:2
basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
^^^^^^^
SyntaxError: missing ) after argument list |
should be fixed in latest |
Until it's addressed, try https://github.com/myndzi/wtfnode instead.
(This was mentioned in a prior issue but deserves a little more exposure.)
The text was updated successfully, but these errors were encountered: