I am trying to build a REST Web Services using Node.js so downloaded and installed node.js version 0.10.29 from http://nodejs.org/ and python version 2.5 after installing that I tried to install restify.
C:\Program Files\nodejs>npm install restify
Its shows a Error:'gyp' failed with the exit code :1? as shown in the below image and I have also searched lot in google about this error but I couldn't able to find solution.