Closed petekanev closed 7 years ago
I propose a fix for Windows that will always default to the cmd.exe
(just as it has been before 0.7).
I have not tested whether having a whitespace in the path to the default shell on a Unix OS will produce the same node error, though based on the original node issue - it should.
Changes introduced with PR https://github.com/NativeScript/nativescript-vscode-extension/pull/118 cause a crash on Windows when a non default shell is used (git bash).
Mine is located in
C:/Program Files/Git/....
for example, and the path contains whitespaces, resulting in the following error output:It is a known node.js issue - https://github.com/nodejs/node/issues/6803