explorer
explorer copied to clipboard
after starting npm start have "deprecated in mongoose >= 4.11.0"
> [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] ^
a deprecated warning is not a fatal problem. I guess you have another issue
fixed now