I am having problem connecting to MongoDB from NodeJS using following sample code. I tried running \"mongod\" with or without sudo but nodejs code still fail to connect. I a
Try adding 127.0.0.1 localhost in /private/etc/hosts file.
127.0.0.1 localhost
/private/etc/hosts