'meteor mongo' simply doesn't work

I am about to scream in frustration!! I am running the latest version of meteor, have updated, reupdated, removed, re-added the mongo package and this happens over and over again:
`λ meteor mongo
C:\Users\edtho\AppData\Local.meteor\packages\meteor-tool\1.4.1\mt-os.windows.x86_32\dev_bundle\lib\node_modules\meteor-promise\promise_server.js:165
throw error;
^

TypeError: port should be a number or string: null
at lookupAndConnect (net.js:942:13)
at Socket.connect (net.js:921:5)
at Object.exports.connect.exports.createConnection (net.js:69:35)
at C:\tools\runners\run-mongo.js:280:24
at findMongoPort (C:\tools\runners\run-mongo.js:279:12)
at Command.func (C:\tools\cli\commands.js:1132:21)
at C:\tools\cli\main.js:1410:23 `
I don’t know what to do!! Keep In mind that this is a completely new project I started to see if I had done something wrong in the last one, but nope. This is an error that comes packaged right out of the box.

A similar issue was reported a little while back here:

I did remove and re-add mongo. No change. Any idea how to remove ALL dependencies and add them back? or do I have to do it one by one?

Update: Did it and no luck still.