In a tasks.json how can I specify the path for a shell command? I tried:
{
"label": "launch site local (ngserve)",
"type": "shell",
"group": "build",
"command": "C:/Users/me/npm start",
"problemMatcher": ["$tsc"]
}
which exited with the error:
/usr/bin/bash: C:/Users/me/npm: No such file or directory The terminal process terminated with exit code: 127