Heim > Fragen und Antworten > Hauptteil
高洛峰2017-05-02 09:19:55
Nope, You should install Mongodb.msi from official website first. Then Install it. so you can use mongo no matter from shell or node.js.
Install Mongodb via NPM just install the driver that Mongo Need, so you can use Node.js to control it.
This is the mongodb guide for beginner.
http://mongodb.github.io/node...
I hope this will helps you.