jringo12
jringo12
Here is what happens when I type in mongo. $ mongo MongoDB shell version: 3.2.10 connecting to: test Server has startup warnings: 2016-11-11T10:28:06.099-0500 I CONTROL [initandlisten] *\* WARNING: You are...
Here is the debug log for lets-chat. 0 info it worked if it ends with ok 1 verbose cli [ '/usr/bin/nodejs', '/usr/bin/npm', 'start' ] 2 info using [email protected] 3 info...
Yes localhost is resolving to 127.0.0.1. I have changed the mongo connection string and that still did not work. > [email protected] start /home/security/lets-chat > node app.js /home/security/lets-chat/node_modules/mongodb/lib/mongo_client.js:225 throw err ^...
$ mongo --verbose MongoDB shell version: 3.2.10 connecting to: test 2016-11-18T10:44:22.253-0500 D NETWORK [thread1] creating new connection to:127.0.0.1:27017 2016-11-18T10:44:22.264-0500 D COMMAND [ConnectBG] BackgroundJob starting: ConnectBG 2016-11-18T10:44:22.265-0500 D NETWORK [thread1] connected...
yeah everything was installed through apt-get