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
I had the same issue and I successed to solve it by changing the git enviornment system variable from C:\Program Files\Git\cmd to C:\Program Files\Git
Hope that will help someone