(node:3168) DeprecationWarning: collection.ensureIndex is deprecated. Use createIndexes instead. (Use `node --trace-deprecation ...` to show where the warning was created)

JavaScript
mongoose.set('useCreateIndex', true);
Source

Also in JavaScript: