You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The backslash is to escape the space. It bugs out without the backslash.
I don't understand why sublime text nodejs.sublime-build can't find node.exe because it's in my PATH and it works from the command line. Anyway, that fixes the problem.
The line in sublime-build
"shell_cmd": "taskkill /F /IM node.exe & node $file"
is causing an errorERROR: The process "node.exe" not found.
.If I comment out the
taskkill
line the error disappears.I've added
"node_command": "C:\\Program Files\\nodejs\\node.exe"
in user sublime-settings.How can I fix this??
The text was updated successfully, but these errors were encountered: