-
Notifications
You must be signed in to change notification settings - Fork 9
Description
Here are the steps that I followed:
- Install FreeTDS for Windows
http://sourceforge.net/projects/freetdswindows/ - Install Python
http://www.python.org/download/releases/2.7.3/#download
Then,
npm install node-gyp
node-gyp configure --python v2.7.3
Below is the message:
gyp info it worked if it ends with ok
gyp info using node-gyp@0.10.0
gyp info using node@0.8.2 | win32 | ia32
gyp http GET http://nodejs.org/dist/v0.8.2/node-v0.8.2.tar.gz
gyp WARN install got an error, rolling back install
gyp ERR! configure error
gyp ERR! stack Error: connect ETIMEDOUT
gyp ERR! stack at errnoException (net.js:776:11)
gyp ERR! stack at Object.afterConnect as oncomplete
gyp ERR! System Windows_NT 6.1.7601
gyp ERR! command "node" "C:\Users\mnagasam\AppData\Roaming\npm\node_module
s\node-gyp\bin\node-gyp.js" "configure" "--python" "v2.7.3"
gyp ERR! cwd c:\Users\mnagasam\Desktop\Muthu\PurgeMonitor
gyp ERR! node -v v0.8.2
gyp ERR! node-gyp -v v0.10.0
gyp ERR! not ok
Not sure why it is trying to do "http://nodejs.org/dist/v0.8.2/node-v0.8.2.tar.gz"
Is it not supposed to be used in windows?
your help would be great on this!!