Skip to content

Instantly share code, notes, and snippets.

@matinrco
Created March 29, 2018 20:14
Show Gist options
  • Save matinrco/a2792413679144329042bd0aef1a7df6 to your computer and use it in GitHub Desktop.
Save matinrco/a2792413679144329042bd0aef1a7df6 to your computer and use it in GitHub Desktop.
Meteor alternate windows installation

On some network or machine setups Meteor's installer for Windows may fail. In such cases, follow these simple steps to install Meteor manually:

  1. Install 7-Zip or any other program that knows how to extract tar.gz files.
  2. Download the installation archive from : x86 : https://packages.meteor.com/bootstrap-link?arch=os.windows.x86_32 x64 : https://packages.meteor.com/bootstrap-link?arch=os.windows.x86_64
  3. In a command prompt, run echo %LocalAppData%\.meteor -- this is the directory in which Meteor should be installed.
  4. Extract the installation archive into the directory above.
  5. Add this directory to your PATH environment variable.
  6. You should now be able to open a new command prompt and run meteor. Some versions of Windows may require restarting your machine first.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment