Error: Cannot proxy without port and host, options.target or options.router, or proxy handlers at Object.exports.createServer (C:\Users\Owner\node_modules\http-proxy\lib\node-http-proxy.js:122:11)

On a new install of meteor on Win 10 I am seeing the following error:

PS F:\coding\projects\meteor-projects\hello-meteor> meteor run
C:\Users\Owner\AppData\Local.meteor\packages\meteor-tool\1.4.3_2\mt-os.windows.x86_32\dev_bundle\lib\node_modules\meteor-promise\promise_se
rver.js:190
throw error;
^

Error: Cannot proxy without port and host, options.target or options.router, or proxy handlers
at Object.exports.createServer (C:\Users\Owner\node_modules\http-proxy\lib\node-http-proxy.js:122:11)
at [object Object]._.extend.start (C:\tools\runners\run-proxy.js:38:5)
at Runner.start (C:\tools\runners\run-all.js:119:16)
at Object.exports.run (C:\tools\runners\run-all.js:322:10)
at Command.doRunCommand [as func] (C:\tools\cli\commands.js:360:17)
at C:\tools\cli\main.js:1483:23
PS F:\coding\projects\meteor-projects\hello-meteor>


This is in powershell. I was able to create the Meteor directory, this happens when I attempt to run meteor. Anyone know how to fix this?