運行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! [email protected] preinstall: `make || gmake`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] 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.
請教各位大神,幫我看看這錯誤怎么解決
2016-04-04
有沒有安裝gnu make?
2016-04-05
沒有,在window下要安裝這個嗎?