Installing MeteorJS on Windows

4

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?

meteor
installation
asked on Stack Overflow Jul 4, 2015 by chester

3 Answers

3

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...

answered on Stack Overflow Sep 26, 2015 by BeardyMrDeaks
2

Try to run the package as administrator.It works!

answered on Stack Overflow Aug 25, 2015 by sivaram636
-2

Try this guide.

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

answered on Stack Overflow Aug 28, 2016 by Marcelo Mena • edited Aug 28, 2016 by Adnan

User contributions licensed under CC BY-SA 3.0