我尝试使用 npm 安装 express,运行以下代码:
npm install express mongoose jam less expresso
但我不断收到这个错误,
> make deps/jscoverage/node-jscoverage
sh: make: command not found
npm ERR! expresso@0.9.2 preinstall: `make deps/jscoverage/node-jscoverage`
npm ERR! `sh "-c" "make deps/jscoverage/node-jscoverage"` failed with 127
npm ERR! Failed at the expresso@0.9.2 preinstall script.
npm ERR! This is most likely a problem with the expresso package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! make deps/jscoverage/node-jscoverage
我搜索了很多,似乎无法找到答案。干杯。