I’m trying to run a javascript file in Gitbash but getting this error.
$ node chrome-devtools-autosave-server/index.js
sh.exe": node: command not found
Screenshot

How to solve this?
My OS is Windows 7 (64 Bit)
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Node is not ‘visible’ in MINGW32 by default, only in the Windows Command Terminal. Same goes for npm.
How to add it (if you have Node installed), from the official MINGW FAQ:
So you have to add the directory where Node is installed (probably something like C:\Program Files\nodejs).