GraphQLCasts icon indicating copy to clipboard operation
GraphQLCasts copied to clipboard

DeprecationWarning: `open()` is deprecated in mongoose >= 4.11.0, use `openUri()` instead.

Open pedromagalhaes opened this issue 7 years ago • 0 comments

PS C:\GraphQLCasts\Lyrical-GraphQL> yarn run dev

yarn run v1.3.2 $ nodemon index.js --ignore client [nodemon] 1.17.5 [nodemon] to restart at any time, enter rs [nodemon] watching: . [nodemon] starting node index.js

(node:13016) DeprecationWarning: open() is deprecated in mongoose >= 4.11.0, use openUri() instead, or set the useMongoClient option if using connect() or createConnection().

See http://mongoosejs.com/docs/4.x/docs/connections.html#use-mongo-client

pedromagalhaes avatar May 25 '18 03:05 pedromagalhaes