当我尝试删除集合时,猫鼬抛出一个错误,即“ 未找到 ns”。
这是我的猫鼬密码:
var mongoose = require('bluebird').promisifyAll(require('mongoose'));
......
......
......
mongoose.connection.db.dropCollection("myCollection",function(err,affect){
console.log('err',err);
})
错误:
Err {[ MongoError: ns not found ]
姓名: ‘ MongoError’,
留言: ‘ ns 没有找到,
好的,
Rmsg: ‘ ns not found’}