Is this a windows issue or something else? #198
Unanswered
mentalizer
asked this question in
Q&A
Replies: 1 comment
-
May be an issue with Windows, yeah. We merged something in recently if you look at recent commits, but it isn't tied to a version bump yet. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I can run Shortest on a linux machine, but when trying to run it on windows I get this:
`$ npx shortest
📄 C:\Users\K\Documents\Shortest\app_tests_\login.test.ts
X [ERROR] Failed to create output directory: mkdir C:\Users\K\AppData\Local\Temp\shortest-cache\C:: The filename, directory name, or volume label syntax is incorrect.
X [ERROR] Failed to create output directory: mkdir C:\Users\K\AppData\Local\Temp\shortest-cache\C:: The filename, directory name, or volume label syntax is incorrect.
Test Execution Error: Build failed with 2 errors:
error: Failed to create output directory: mkdir C:\Users\K\AppData\Local\Temp\shortest-cache\C:: The filename, directory name, or volume label syntax is incorrect.
error: Failed to create output directory: mkdir C:\Users\K\AppData\Local\Temp\shortest-cache\C:: The filename, directory name, or volume label syntax is incorrect.
error: Failed to create output directory: mkdir C:\Users\K\AppData\Local\Temp\shortest-cache\C:: The filename, directory name, or volume label syntax is incorrect.
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
name, or volume label syntax is incorrect.
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Tests 0 passed (0)
Duration 0.81s
Start at 3:00:19 AM
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯`
Tried patching, adding the cache directory as well etc, asked Cursor for help, but I can't run this on my windows.
Would love to hear if others had the same experience..
I have all my tests running on my pc, and wanted to add shortest to my current implementation.
Beta Was this translation helpful? Give feedback.
All reactions