I just installed node.js. I tried to make sure it was installed by running 'node -v' but got the error "bash: node: command not found." I checked some answers here, and when I put in the full path "c:/dev/www.tctmd.com/node -v" it worked.
What I want to know is how do I fix it so that I can just type in "node" instead of "c:/dev/www.tctmd.com/node"? I'm currently in the /www.tctmd.com folder in my command shell. Using Windows 7.