MongoSkin “Cannot read property 'apply' of undefined”
问题 I'm trying to use MongoSkin in NodeJS, and I have this code: var mongoskin = require('mongoskin'); var db = mongoskin.db("mongodb://localhost:27017/database"); var collection = db.collection('test'); collection.find().toArray(function(err, items) { db.close(); }); yet it returns this error: TypeError: Cannot read property 'apply' of undefined at EventEmitter.<anonymous> (C:\Users\user\node_modules\mongoskin\lib\collection.js:51:21) at Object.onceWrapper (events.js:273:13) at EventEmitter.emit