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.
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.