Im trying to install express using npm, running this code:
npm install express mongoose jade less expresso
But i keep getting this error,
> 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
I searched a lot and can't seem to find the answer. Cheers.