Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Web Technology by (50.2k points)

I am a newbie in MEAN and I have installed and uninstalled MEAN.

I have installed my MongoDB in my Windows 8 and it is working fine. I just want to know if there is any difference between running npm install mongodb and the default MongoDB installed already as a windows service?

1 Answer

0 votes
by (108k points)
edited by

The MongoDB that you have installed is the actual Mongo server and while installing mongo with the help of npm install mongo it will help you to connect the mongo to the node.js. By installing npm install mongo will not again install the mongo server. It is only a driver that is developed for node.js.

Want to learn MongoDB from the experts, Check out this MongoDB Training in Sydney to enhance your Knowledge!

Related questions

0 votes
1 answer
0 votes
2 answers
0 votes
2 answers
0 votes
2 answers

Browse Categories

...