I get the following message while trying to ./configure opa_v2980 using Cygwin in Windows XP 32-bit:
Checking for nodejs... Not found
I've already successfully installed nodejs in Cygwin using the following steps outlined by Schalk Neethling:
- Installed git, python, g++, openssl and make packages
- Cloned nodejs
- Built it
- Tested the installation. When I first tried to test the node installation, I got the following message:
"bash: node: command not found"
so I added the following path to where nodejs is installed and the test worked:
export PATH=$PATH:~/github/nodejs
However, Im wondering whether the path has anything to do with this Nodejs not found error I am now getting?