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
This issue is for reference. Waiting for mongoose update or docs.
Actual Behavior
The following warnings are given when installing or running the develop branch of the authoring tool with mongoDB versions 3.2 or above. (Tested in MongoDB v3.6, Node v8.11.2)
(node:3144) DeprecationWarning: collection.find option [fields] is deprecated and will be removed in a later version.
(node:3124) DeprecationWarning: collection.ensureIndex is deprecated. Use createIndexes instead.
This issue is for reference. Waiting for mongoose update or docs.
Actual Behavior
The following warnings are given when installing or running the develop branch of the authoring tool with mongoDB versions 3.2 or above. (Tested in MongoDB v3.6, Node v8.11.2)
(node:3144) DeprecationWarning: collection.find option [fields] is deprecated and will be removed in a later version.
(node:3124) DeprecationWarning: collection.ensureIndex is deprecated. Use createIndexes instead.
Versions
Additional Information
See Mongoose issue #6880.
The text was updated successfully, but these errors were encountered: