Skip to content

Instantly share code, notes, and snippets.

@FLYBYME
Created August 6, 2011 17:25
Show Gist options
  • Save FLYBYME/1129541 to your computer and use it in GitHub Desktop.
Save FLYBYME/1129541 to your computer and use it in GitHub Desktop.
Connecting to localhost:27017
node.js:134
throw e; // process.nextTick error, or 'error' event on first tick
^
TypeError: Cannot call method 'dropDatabase' of null
at /home/dev/node-mongodb-native/examples/simple.js:19:6
at /home/dev/node-mongodb-native/lib/mongodb/db.js:79:30
at [object Object].<anonymous> (/home/dev/node-mongodb-native/lib/mongodb/connections/server.js:113:12)
at [object Object].emit (events.js:64:17)
at Array.<anonymous> (/home/dev/node-mongodb-native/lib/mongodb/connection.js:184:14)
at EventEmitter._tickCallback (node.js:126:26)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment