I have been trying to get node.js running on my windows machine(using cygwin). I have been running into this error and i am not sure what I am doing wrong. I am running the following commands-
However when i run the 'make' command, I am getting this:
Project not configured (run 'waf configure' first)
Makefile:11: recipe for target `program' failed
make: * [program] Error 1
I have scoured a lot of places to fix this but haven't found anything relevant. I dont believe that this issue is the same as the one on Error when installing node.js on ubuntu 12.04- "Project not configured (run 'waf configure' first) " because i have the open ssl packages.
Your help is deeply appreciated! Thanks!