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
Post a Comment