mongo-model
mongo-model copied to clipboard
Fiber not found in mongo-model/lib/helper.coffee
ReferenceError: Fiber is not defined
at Object.db (/Users/davem/project1/node_modules/mongo-model/lib/helper.coffee:89:39,
This occurred despite npm install mongo-model
I found that I had to cd to the node_modules/mongo-model/ and run npm install manually from that directory
David