Skip to content
This repository was archived by the owner on Sep 11, 2021. It is now read-only.

Commit 4420dc8

Browse files
📝 Remove production advisory
1 parent d11a4dc commit 4420dc8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
On Windows? Want to compile [native Node modules](#examples-of-modules-supported)? Install the build tools with this one-liner. Start PowerShell as Administrator and run:
77

88
```
9-
npm install --global --production windows-build-tools
9+
npm install --global windows-build-tools
1010
```
1111

1212
Or, if you are using Yarn:
@@ -105,7 +105,7 @@ have their original names:
105105
Then, run `windows-build-tools` with the `--offline-installers` argument:
106106

107107
```ps1
108-
npm install -g --production windows-build-tools --offline-installers="C:\Users\John\installers"
108+
npm install -g windows-build-tools --offline-installers="C:\Users\John\installers"
109109
```
110110

111111
## Support & Help
@@ -141,7 +141,7 @@ of user profiles on your machine. For `<me>`, substitute the name of the account
141141
install `windows-build-tools` for. For more information, see the `npm config set prefix`
142142
description [here](https://docs.npmjs.com/getting-started/fixing-npm-permissions).
143143

144-
3. Run `npm install -g --production windows-build-tools`
144+
3. Run `npm install -g windows-build-tools`
145145

146146
## Examples of Modules Supported
147147
In theory, `windows-build-tools` supports all pure C++ addons for Node.js (and virtually everything

0 commit comments

Comments
 (0)