Chocolatey Install? Where is Mongo?

I lost all my installs due to Windows crash.

While trying to install Meteor again, I now saw the new way of install thru choco. i did the install without any problem.

I don’t know where is the MongoDB? Is it installed somewhere? Can I use it?

It doesn’t seem to be installed anywhere?

1 Like

It should be part of the dev bundle with meteor.

Does Mongo start up when you run a meteor app?

Mine installed in C:\Users{MY USER}\AppData\Local.meteor\packages\meteor-tool{VERSION}\mt-os.windows.x86_64\dev_bundle\mongodb\bin

But it doesn’t seem to come with mongodump which is what I was looking for

The MongoDB utilities are not included as part of a Meteor install. You will need to install MongoDB yourself.

https://docs.mongodb.com/manual/tutorial/install-mongodb-on-windows/