接続すると、コールバックでエラーを拾うことができます: mongoose.connect('mongodb://localhost/dbname', function(err) { if (err) throw err; });