We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It seems that the executable isn't recognized like on Linux/Mac. But the same command works from the command line on Windows, too
Error: Command failed: node_modules/.bin/mocha `node_modules` is not recognized as an internal or external command, operable program or batch file
@HeIp feel free to subscribe here for updates
The text was updated successfully, but these errors were encountered:
Should be resolved.
I changed the path in the test runner to call npm test, instead of the /node_modules/.bin/mocha and all is well! Windows works again!
npm test
/node_modules/.bin/mocha
Thanks a lot for your help @Help, very much appreciated!
Sorry, something went wrong.
ShMcK
No branches or pull requests
It seems that the executable isn't recognized like on Linux/Mac.
But the same command works from the command line on Windows, too
@HeIp feel free to subscribe here for updates
The text was updated successfully, but these errors were encountered: