Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 1009 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 1009 Bytes

Windows Meteor Installer

Requires Node.js 8 or newer.

Install Meteor on Windows by running:

npm install -g meteor

If Meteor is already installed, it will do nothing.

Uninstall by running:

meteor-installer uninstall
npm uninstall -g meteor

The installer runs faster when Windows Developer Mode is enabled. The installation extracts a large number of small files, which Windows Defender can cause to be very slow.

It is not recommended to run the installer and meteor as administrator. Otherwise, if the administrator is a separate user the meteor command might not always be found.

If you use a node version manager that uses a separate global node_modules folder for each Node version, you will need to re-install the meteor npm package when changing to a Node version for the first time. Otherwise, the meteor command will no longer be found.