You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fawn is not working well with the new version of Mongoose (6.0.4). Getting error when using "Fawn.init(mongoose)". The new version of Mongoose implemented severals changes.
The text was updated successfully, but these errors were encountered:
var Fawn = require("fawn");
Fawn.init("mongodb://127.0.0.1:27017/yourDbName");
or
var mongoose = require("mongoose");
mongoose.connect("mongodb://127.0.0.1:27017/testDB");
Fawn.init(mongoose);
Fawn is not working well with the new version of Mongoose (6.0.4). Getting error when using "Fawn.init(mongoose)". The new version of Mongoose implemented severals changes.
Fawn is not working well with the new version of Mongoose (6.0.4). Getting error when using "Fawn.init(mongoose)". The new version of Mongoose implemented severals changes.
The text was updated successfully, but these errors were encountered: