Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not able to run "meteor mongo" in 1.3.4_4 version of meteor #7402

Closed
HungryJake opened this issue Jul 13, 2016 · 3 comments
Closed

Not able to run "meteor mongo" in 1.3.4_4 version of meteor #7402

HungryJake opened this issue Jul 13, 2016 · 3 comments

Comments

@HungryJake
Copy link

I'm running Windows 7 Enterprise version

This is the error:

\AppData\Local.meteor\packages\meteor-tool\1.3.4_4\mt-os.windows.x86_32\dev_bundle\lib\node_modules\meteor-promise\promise_server.js:165
throw error;
^
Error: EINVAL, invalid argument
at new Socket (net.js:157:18)
at process.stdin (node.js:703:19)
at Command.main.registerCommand.name as func
at C:\tools\cli\main.js:1402:23

Also, meteor reset doesn't seem to clear out the database for me.

@benjamn
Copy link
Contributor

benjamn commented Jul 13, 2016

What terminal program are you using? Some of them have this problem when running the Node REPL: nodejs/node-v0.x-archive#6459

@HungryJake
Copy link
Author

Ah, right, I was using babun which is cygwin based...

@abernix
Copy link
Contributor

abernix commented Jul 14, 2016

Due to various incompatibilities with cygwin, you will need to a shell supported by Meteor: PowerShell or Windows Command Prompt. I can confirm that meteor mongo does work properly on Windows with Meteor 1.3.4.4 using one of these shells.

@abernix abernix closed this as completed Jul 14, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants