robrighter / node-boilerplate

Everything you need to get started on a Node.js website with express and socket.IO
1.06k stars 161 forks source link

Broken `make test` -- Incorrect/changed paths #32

Open caitp opened 11 years ago

caitp commented 11 years ago
/bin/sh: 1: ./node_modules/.bin/mocha: not found
make: *** [test] Error 127

I don't know if the path is different between architectures, or has changed between versions, however the path to the mocha binary installed locally is ./node_modules/mocha/bin/mocha, so the default "test suite" needs some work to do anything

(node v0.11.3-pre, npm 1.2.21)