al6x / mongo-model

Model for MongoDB (Node.JS)
https://al6x.github.io/mongo-model
55 stars 3 forks source link

Fiber not found in mongo-model/lib/helper.coffee #11

Open davidmoshal opened 10 years ago

davidmoshal commented 10 years ago

ReferenceError: Fiber is not defined at Object.db (/Users/davem/project1/node_modules/mongo-model/lib/helper.coffee:89:39, :112:13)

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