运行nodejs ,搭建环境时出现错误
npm ERR! Windows_NT 10.0.10240
npm ERR! argv "E:\\Program Files\\node.js\\node.exe" "E:\\Program Files\\node.js\\node_modules\\npm\\bin\\npm-cli.js" "install" "-d"
npm ERR! node v4.4.1
npm ERR! npm v2.14.20
npm ERR! code ELIFECYCLE
npm ERR! hiredis@0.1.13 preinstall: `make || gmake`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the hiredis@0.1.13 preinstall script 'make || gmake'.
npm ERR! This is most likely a problem with the hiredis package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! make || gmake
npm ERR! You can get information on how to open an issue for this project with:
npm ERR! npm bugs hiredis
npm ERR! Or if that isn't available, you can get their info via:
npm ERR!
npm ERR! npm owner ls hiredis
npm ERR! There is likely additional logging output above.
请教各位大神,帮我看看这错误怎么解决