I have a package.json file where I have start and prestart scripts as follows:
"prestart": "./node_modules/react-viro/bin/run_ngrok.sh",
"start": "node node_modules/react-native/local-cli/cli.js start"
But whenever I enter the command npm start in my Git Bash terminal I get an error stating:
'.' is not recognized as an internal or external command, operable program or batch file.