次のコードを実行して、npm を使用して Express をインストールしようとしています。
npm install Express Mongoose Jade 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
私はたくさん検索しましたが、答えが見つからないようです。乾杯。