Skip to content

Commit

Permalink
doc(wiki): Updated Updating npm's bundled node gyp (markdown)
Browse files Browse the repository at this point in the history
  • Loading branch information
TooTallNate authored and rvagg committed Jun 23, 2021
1 parent 979a706 commit 4a7f2d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Updating-npm's-bundled-node-gyp.md
Expand Up @@ -11,7 +11,7 @@ So instead:
Unix is easy. Just run the following command. Use `sudo` if necessary.

``` bash
$ [sudo] npm explore npm -g -- npm install node-gyp
$ [sudo] npm explore npm -g -- npm install node-gyp@latest
```

## Windows
Expand All @@ -34,5 +34,5 @@ $ cd "C:\Program Files\nodejs\node_modules\npm"
Now you can finally run:

``` bash
$ npm install node-gyp
$ npm install node-gyp@latest
```

0 comments on commit 4a7f2d0

Please sign in to comment.