TypeScriptProjectGenerator icon indicating copy to clipboard operation
TypeScriptProjectGenerator copied to clipboard

syntax of the command is incorrect (Windows)

Open cam-m opened this issue 2 years ago • 2 comments

Run in powershell. All defaults selected, throws this:

syntax of the command is incorrect.

at ChildProcess.exithandler (node:child_process:402:12)
at ChildProcess.emit (node:events:513:28)
at maybeClose (node:internal/child_process:1100:16)
at Process.ChildProcess._handle.onexit (node:internal/child_process:304:5) {

code: 1, killed: false, signal: null, cmd: 'mkdir qmv-vs-language-server-ws/src', stdout: '', stderr: 'The syntax of the command is incorrect.\r\n'

cam-m avatar Jul 19 '23 23:07 cam-m

I will take a look at that. What's the node version you are using?

AnthonyLzq avatar Jul 20 '23 14:07 AnthonyLzq

Thanks @AnthonyLzq, node v16.20.0

cam-m avatar Jul 21 '23 04:07 cam-m