explorer icon indicating copy to clipboard operation
explorer copied to clipboard

after starting npm start have "deprecated in mongoose >= 4.11.0"

Open djdeniro opened this issue 7 years ago • 2 comments

> [email protected] start /opt/eth/explorer
> concurrently "node tools/sync.js " "node app.js" 

[0] config.json found.
[0] Connecting 95.161.190.118:8545...
[0] (node:13032) 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
[0] 
[0] events.js:165
[0]       throw er; // Unhandled 'error' event
[0]       ^

djdeniro avatar Oct 26 '18 13:10 djdeniro

a deprecated warning is not a fatal problem. I guess you have another issue

hackmod avatar Oct 29 '18 08:10 hackmod

fixed now

hackmod avatar Dec 25 '18 23:12 hackmod