Skip to content

Commit

Permalink
docs: fix typo in powershell node-gyp update
Browse files Browse the repository at this point in the history
  • Loading branch information
csett86 authored and rvagg committed Nov 8, 2021
1 parent 7073c65 commit 787cf7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Updating-npm-bundled-node-gyp.md
Expand Up @@ -33,7 +33,7 @@ for /f "delims=" %P in ('npm prefix -g') do npm config set node_gyp"%P\node_modu
### Powershell
```
npm install --global node-gyp@latest
npm prefix -g | % {npm config set node_gyp "$_\node_modules\node-gyp\bin\node-gypjs"}
npm prefix -g | % {npm config set node_gyp "$_\node_modules\node-gyp\bin\node-gyp.js"}
```

## Undo
Expand Down

0 comments on commit 787cf7f

Please sign in to comment.