npm start
client@0.1.0 start react-scripts start
/usr/bin/bash: C:UsersRamanAppDataLocalTempstart-1656145085083.sh: command not found
Probably because the node script uses a path with \ instead of \\ or '/'
Check your react script for that of path parameter.
An alternative is to:
microsoft/vscode-npm-scripts extension