-
Notifications
You must be signed in to change notification settings - Fork 38
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
Tutorial Issue on Windows #447
Comments
I'm guessing the test runner didn't install correctly. Let's find out why. If you don't see a In the terminal, can you type
Let me know if any errors come up. To open a terminal in vscode, press ctrl + backtick (^`) |
Can you try closing the CodeRoad window, then re-launching it? Choose the |
Test Runner still failed after doing so |
Definitely shows I'll have to add some logging to debug issues like these in the future. What happens if you run |
package.json 1 passing (8ms) |
Maybe just one more test. Can you go in the ./node_modules/.bin/mocha If that works, try running: ./node_modules/.bin/mocha --reporter=mocha-tap-reporter |
As a note I would like to clarify that I ran the previous commands inside the coderoad folder.
'Error: no test specified' and what you ask for now: |
Looks like the tutorial won't run on windows because of the path to the test runner executable. Only Linux/Mac for now. I'll try to put in a fix later today and re-publish the tutorials. Thank you greatly for your help @HeIp ! |
No problem, @ Me when you do so |
Could you try running the tutorial again from a different workspace? I've fixed the executable paths. |
I tried testing on a Windows VM, but was pretty slow and frustrating. I've ordered a Windows computer that arrives tomorrow and hope to debug and better test releases. |
Oof |
My shiny new $100 Windows computer arrived. It's about the size of two credit cards, didn't expect that. Good news though: I've found a few issues and will put in a fix. I'll close this ticket in favor of the more descriptive #451. The issue seems to match up with your description exactly. Until then, I've removed the "Windows" from supported OS's in the README. Coming soon! |
Steps to reproduce the behavior:
Expected behavior
Expected to move on to the next section
Screenshots

Started trying out the plugin but got stuck.
Desktop (please complete the following information):
VSCode (please complete the following information):
Node (please complete the following information):
Git (please complete the following information):
The text was updated successfully, but these errors were encountered: