uaktags / explorer

An open source block explorer
BSD 3-Clause "New" or "Revised" License
6 stars 8 forks source link

npm start not working. #50

Closed razerrazer closed 4 years ago

razerrazer commented 4 years ago

/explorer# npm start

explorer@1.6.1 start /home/explorer node --stack-size=10000 ./bin/cluster

Starting cluster with pid: 25685 (node:25759) DeprecationWarning: current Server Discovery and Monitoring engine is deprecated, and will be removed in a future version. To use the new Server Discover and Monitoring engine, pass option { useUnifiedTopology: true } to the MongoClient constructor. (node:25753) DeprecationWarning: current Server Discovery and Monitoring engine is deprecated, and will be removed in a future version. To use the new Server Discover and Monitoring engine, pass option { useUnifiedTopology: true } to the MongoClient constructor. (node:25734) DeprecationWarning: current Server Discovery and Monitoring engine is deprecated, and will be removed in a future version. To use the new Server Discover and Monitoring engine, pass option { useUnifiedTopology: true } to the MongoClient constructor. (node:25709) DeprecationWarning: current Server Discovery and Monitoring engine is deprecated, and will be removed in a future version. To use the new Server Discover and Monitoring engine, pass option { useUnifiedTopology: true } to the MongoClient constructor. events.js:174 throw er; // Unhandled 'error' event ^

Error: getaddrinfo ENOTFOUND 127.0.0.1:3001 at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:56:26) Emitted 'error' event at: at GetAddrInfoReqWrap.doListen [as callback] (net.js:1458:12) at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:56:17)

versions : Mongod : db version v4.2.1 NodeJS v10.17.0