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
If you are on Windows, try this: In CMD, go to folder
C:\Program Files or (x86)\nodejs\
Then try the following
C:\Program Files\nodejs>set path=%PATH%;%CD% C:\Program Files\nodejs>setx path "%PATH%"
It works for me!