node.js - how to check if MongoDb is installed or not -



node.js - how to check if MongoDb is installed or not -

i installed mongodb using

sudo npm install -g mongoose

after installation typed mongo in terminal , came with

-bash: mongo: command not found

please advice how check if installed properly. using mac

to check if installed find version by

npm list mongoose

to check globally

npm list -g mongoose

node.js mongoose

Comments

Popular posts from this blog

ruby on rails - Devise Logout Error in RoR -

model view controller - MVC Rails Planning -

php - Working with pretty urls on apache and fastcgi after hhvm installation -