Closed ConAntonakos closed 8 years ago
Hi! Thanks for the article and tutorial.
Unfortunately, I'm getting this error when attempting to execute node server.js:
node server.js
/node_modules/mongodb/lib/server.js:242 process.nextTick(function() { throw err; }) ^ Error: connect ECONNREFUSED 127.0.0.1:27017 at Object.exports._errnoException (util.js:856:11) at exports._exceptionWithHostPort (util.js:879:20) at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1057:14)
Hey! Looks like it might be an issue with Mongo. Do you have MongoDB installed and running?
That was silly of me to not realize. Thanks, @chenkie.
No prob!
Hi! Thanks for the article and tutorial.
Unfortunately, I'm getting this error when attempting to execute
node server.js
: