Open FaisalJamil-DITS opened 1 day ago
I'm experiencing the same issue.
Could you open the command prompt and share the output of echo %PATH%
?
If System32
is not in your PATH, you will see that ENOENT error. You will need to edit your PATH by following this article and adding the following line:
C:\Windows\system32
Let me know if that doesn't get things working.
The problem
Error: spawn C:\WINDOWS\system32\cmd.exe ENOENT at node_internal_captureLargerStackTrace (node:internal/errors:563:5) at node_internal_errnoException (node:internal/errors:690:12) at ChildProcess._handle.onexit (node:internal/child_process:286:19) at onErrorNT (node:internal/child_process:484:16) at process.processTicksAndRejections (node:internal/process/task_queues:82:21)
Release version
Version 3.4.8 (x64)
Operating system
Windows 11
Steps to reproduce the behavior
No response
Log files
No response
Screenshots
No response
Additional context
No response