seanemmer / mongoose-seed

Seed data population for Mongoose
MIT License
52 stars 33 forks source link

Fixed depreciated mongoose functions #31

Closed omarciovsena closed 5 years ago

omarciovsena commented 5 years ago

Solved:

(node:16442) DeprecationWarning: current URL string parser is deprecated, and will 
be removed in a future version. To use the new parser, 
pass option { useNewUrlParser: true } to MongoClient.connect.
DeprecationWarning: collection.ensureIndex is deprecated. Use createIndexes instead.
DeprecationWarning: collection.remove is deprecated. 
Use deleteOne, deleteMany, or bulkWrite instead.
MiroslavPetrik commented 5 years ago

@seanemmer let's ship thiiis