redis / hiredis-node

Node wrapper for hiredis
BSD 3-Clause "New" or "Revised" License
305 stars 84 forks source link

node-gyp rebuild command fails on Windows 10 Operating System #135

Open iAvinashVarma opened 7 years ago

iAvinashVarma commented 7 years ago

I have installed redis server in Windows 10 operating system as per the instructions at MicrosoftArchive. Tried to install the redis node module package in a project using npm install hiredis redis --save command, but it is not installing due to some issues which I am not aware of, check npm-debug.log log for more information on the errors during the installation process.

satya-jugran commented 6 years ago

Same here. Is there a solution anywhere?