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
- Host: GitHub
- URL: https://github.com/zodern/windows-meteor-installer
- Owner: zodern
- Created: 2020-01-24T01:38:58.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-05-11T01:18:37.000Z (about 5 years ago)
- Last Synced: 2024-10-19T15:14:44.113Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/@zodern/windows-meteor-installer
- Size: 9.77 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
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`.