Thanks for a very informative book. Line 5 in mongoose_connect.js should read: ``` javascript mongoose.connection.db.listCollections().toArray(function(err, names){ ``` as _collectionNames_ is now deprecated.
Thanks for a very informative book.
Line 5 in mongoose_connect.js should read:
as collectionNames is now deprecated.