I'm trying to set the default shell of npm on windows to bash so that it would recognise directories such as ../hello-backend etc...
I'm getting this weird error after setting it with npm config set script-shell "C:\\Program Files\\git\\bin\\bash.exe" and whenever I use npm start:
/usr/bin/bash: C:Users***~1AppDataLocalTempstart-******5629763.sh: command not found
(asterisk used to blur out potential sensitive info)
Any answers are appreciated. Thanks.