An open API service indexing awesome lists of open source software.

https://github.com/zodern/windows-meteor-installer

Experimental Windows installer for Meteor
https://github.com/zodern/windows-meteor-installer

Last synced: about 1 year ago
JSON representation

Experimental Windows installer for Meteor

Awesome Lists containing this project

README

          

## Windows Meteor Installer

This is an experimental npm package that installs Meteor on Windows without requiring Administrator privileges or Chocolatey.

To install Meteor, run:
```
npm i -g @zodern/windows-meteor-installer
```

If Meteor was already installed through this installer, it will do nothing.

Until we have verified this installer works reliably, it will use a different path than the official installer and provide a different command. It will install into `~/AppData/Local/.meteor-z` and be available as `meteorz` instead of `meteor`.

There currently is no uninstall script. To uninstall, run `npm uninstall -g @zodern/windows-meteor-installer` and delete `~/AppData/Local/.meteor-z`.