Commit 7ad5600d by Marcin Cieślak

Check COMSPEC for Windows

parent b9bf1fc5
...@@ -83,6 +83,14 @@ mkdir \temp1 ...@@ -83,6 +83,14 @@ mkdir \temp1
cd \temp1 cd \temp1
``` ```
Check your `COMSPEC` environment variable.
```sh
node -p process.env.comspec
```
Please make sure the variable points to `C:\WINDOWS\System32\cmd.exe`
Gather some basic diagnostic information. Gather some basic diagnostic information.
```sh ```sh
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment