This commit is contained in:
filipenevola
2021-03-04 13:34:34 -04:00
parent 182d6ab1ed
commit d6842e3972
2 changed files with 5 additions and 5 deletions

View File

@@ -5,7 +5,7 @@ Requires [Node.js](https://nodejs.org/) 8 or newer.
Install Meteor on Windows by running:
```bash
npm install --global @meteor/meteor
npm install --global meteor
```
If Meteor is already installed, it will do nothing.
@@ -14,11 +14,11 @@ Uninstall by running:
```bash
meteor-installer uninstall
npm uninstall -g @meteor/meteor
npm uninstall -g meteor
```
The installer runs faster when [Windows Developer Mode](https://docs.microsoft.com/en-us/windows/apps/get-started/enable-your-device-for-development) 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/meteor` package when changing to a Node version for the first time. Otherwise, the `meteor` command will no longer 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.

View File

@@ -1,6 +1,6 @@
{
"name": "@meteor/meteor",
"version": "2.1.0-beta.0",
"name": "meteor",
"version": "2.1.0",
"description": "Install Meteor on Windows",
"main": "install.js",
"scripts": {