運(yùn)行nodejs ,搭建環(huán)境時(shí)出現(xiàn)錯(cuò)誤
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.
請(qǐng)教各位大神,幫我看看這錯(cuò)誤怎么解決
2016-04-04
有沒有安裝gnu make?
2016-04-05
沒有,在window下要安裝這個(gè)嗎?