Commit 10f9dff2 by Marcin Cieślak Committed by GitHub

Merge pull request #1673 from saper/cmdexe

Troubleshooting: Check COMSPEC for Windows
parents b9bf1fc5 7ad5600d
......@@ -83,6 +83,14 @@ mkdir \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.
```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