Skip to content

Commit 787cf7f

Browse files
csett86rvagg
authored andcommitted
docs: fix typo in powershell node-gyp update
1 parent 7073c65 commit 787cf7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Updating-npm-bundled-node-gyp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ for /f "delims=" %P in ('npm prefix -g') do npm config set node_gyp"%P\node_modu
3333
### Powershell
3434
```
3535
npm install --global node-gyp@latest
36-
npm prefix -g | % {npm config set node_gyp "$_\node_modules\node-gyp\bin\node-gypjs"}
36+
npm prefix -g | % {npm config set node_gyp "$_\node_modules\node-gyp\bin\node-gyp.js"}
3737
```
3838

3939
## Undo

0 commit comments

Comments
 (0)