This has worked for me on Windows 10, after standard installer failed:
For your convenience the contents of the link:
On some network or machine setups Meteor’s installer for Windows may fail. In such cases, follow these simple steps to install Meteor manually:
Install 7-Zip or any other program that knows how to extract tar.gz files.
Download the installation archive from https://packages.meteor.com/bootstrap-link?arch=os.windows.x86_32.
In a command prompt, run echo %LocalAppData%.meteor – this is the directory in which Meteor should be installed.
Extract the installation archive into the directory above.
Add this directory to your PATH environment variable.
You should now be able to open a new command prompt and run meteor. Some versions of Windows may require restarting your machine first.
First, what is the purpose of echo %LocalAppData%.meteor? It doesn’t create the .meteor folder and only echos the string passed to it to the console.
Am I missing something? The .tgz file contains a .tar file which is what needs to be extracted. 7Zip only puts that file in the .meteor folder.
Once I extract that into the %LocalAppData%.meteor folder, I can run meteor which returns message that you’re not in a meteor folder and the syntax examples i.e. meteor create .
meteor create myapp still does nothing but hang.
meteor update in a non-app folder does nothing but hang
Does this all just not work on a 64 bit machine? Is that my problem?
I work on Win10 x64 for months without any issues (like the problem described here)
Remove older meteor and node installations or create a new user account and install using it.
Check the paths and ENV variables.
It’s just working for me …
One more, have the Cygwin installed as well. Could be some linux based commands are what you need.