Hello everyone, so I'm trying to install node and bower on my computer but I'm having some difficulty doing so. The MSI installer isn't working for me (Despite going through the Windows 7 troubleshooting guide and resetting the services.msc registry files) so I installed node.exe manually and set its path correctly. I'm able to execute "node" in gitbash so I think it's working fine. I also downloaded npm (http://nodejs.org/dist/npm/) and unzipped it in the same directory. I tried setting different paths such as C:\node\node_modules\npm\bin\npm and C:\node\node_modules\npm\bin\ but every time I run npm install bower from gitbash I get the following error: sh: npm: command not found
Anyone have any ideas or suggestions? I'd highly appreciate it! -- Job board: http://jobs.nodejs.org/ New group rules: https://gist.github.com/othiym23/9886289#file-moderation-policy-md Old group rules: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines --- You received this message because you are subscribed to the Google Groups "nodejs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/nodejs/a4e97fa3-cc50-41b1-95a2-7573a901862c%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
