chester
chester

Reputation: 41

Installing MeteorJS on Windows

I've been trying to install Meteorjs on windows but error occurs. I already tried downloading another installer and restarting my computer but it doesn't work. It always pops 'failed to contact install server. Please try again' then displays the message 'One or more issues caused the setup to fail. Please fix the issues and then retry setup. For more information see the log file.'

Under that it displays '0x80070643. Fatal Error during installation.'

what to do with this?

Upvotes: 4

Views: 2433

Answers (3)

Marcelo Mena
Marcelo Mena

Reputation: 1

Try this guide.

Download .zip, then unzip and set path environment variable.

Upvotes: -2

BeardyMrDeaks
BeardyMrDeaks

Reputation: 41

One option is to run meteor preview for windows. Believe it is a standalone copy of meteor 1.1

https://github.com/meteor/meteor/wiki/Preview-of-Meteor-on-Windows

(this doesn't address the issue of connecting to server though because when you try to create a meteor account you get a similar error).

there definitely is a way to install through command line on windows (which annoyingly I can't remember from my other machine). Perhaps through npm...

Upvotes: 3

sivaram636
sivaram636

Reputation: 429

Try to run the package as administrator.It works!

Upvotes: 2

Related Questions