I want to install node.js in my Windows 7 machine but having error.
Errors are :
1) when I am trying to configure it shows soome file is not found
Anand@TANISH-LAPTOP3 ~/node $ ./configure Checking for program g++ or c++ : c:\mingw\bin\g++.exe Checking for program cpp : c:\mingw\bin\cpp.exe Checking for program ar : c:\mingw\bin\ar.exe Checking for program ranlib : c:\mingw\bin\ranlib.exe Checking for g++ : ok Checking for program gcc or cc : c:\mingw\bin\gcc.exe Checking for program ar : c:\mingw\bin\ar.exe Checking for program ranlib : c:\mingw\bin\ranlib.exe Checking for gcc : ok Checking for library dl : not found Checking for openssl : not found Checking for function SSL_library_init : yes Checking for header openssl/crypto.h : yes Checking for library util : not found Checking for library rt : not found Checking for fdatasync(2) with c++ : no 'configure' finished successfully (6.395s)
2) Then after when I am trying to make for build it shows this
/c/Program: Files: No such file or directory
scons: *** [obj\release\accessors.o] Error 127
Waf: Leaving directory `c:\Users\Anand\node\build'
Build failed: -> task failed (err #2):
{task: libv8.a SConstruct -> libv8.a}
make: *** [program] Error 1
Can Anybody know what is this error about? How can I over come this error?
If you want to try out node on windows, there’s a brand new node.exe binary since version 0.5.1.
Still, the unix culture runs in node.js’ ecosystem. So using a linux virtual box is not a bad idea.