devcbuea / data-collection-tool

GNU General Public License v3.0
1 stars 8 forks source link

Mongo client deprecation warning #4

Closed devcbuea closed 5 years ago

devcbuea commented 5 years ago

This warning is printed on the console when running server

(node:4746) 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.
(node:4746) DeprecationWarning: collection.ensureIndex is deprecated. Use createIndexes instead.

Steps to reproduce sudo yarn start

Environment

node  8.10.0
npm 6.4.1
NAME="Ubuntu"
VERSION="18.04.1 LTS (Bionic Beaver)"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 18.04.1 LTS"
VERSION_ID="18.04"
HOME_URL="https://www.ubuntu.com/"
SUPPORT_URL="https://help.ubuntu.com/"
BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
VERSION_CODENAME=bionic
UBUNTU_CODENAME=bionic

possible places to effect changes data-collection-tool/core/lib/mongoose.js