I can connect to the DB through terminal, but getting this error using mongoose and gulp. mongoose/node_modules/mongodb/lib/mongodb/connection/base.js:246 MongoError: auth failed
My connection string is:
mongodb://usr:psw@localhost:27017/dbname
Any idea what it can be?