I have git bash open and I type in npm install and then it returns:
npm install
bash: npm command not found
I don\'t understand, because I
You need to define this #!/bin/bash start of you bash script
#!/bin/bash npm install