Skip to content

Commit b6e1cc7

Browse files
authored
Add title to node-gyp version document (#2452)
* Add title to node-gyp version document * Update Updating-npm-bundled-node-gyp.md
1 parent b7bccdb commit b6e1cc7

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

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

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
1+
# Updating the npm-bundled version of node-gyp
2+
3+
[Many issues](https://github.com/nodejs/node-gyp/labels/ERR%21%20node-gyp%20-v%20%3C%3D%20v5.1.0) are opened by users who are
4+
not running a [current version of node-gyp](https://github.com/nodejs/node-gyp/releases).
5+
16
`npm` bundles its own, internal, copy of `node-gyp`. This internal copy is independent of any globally installed copy of node-gyp that
2-
you may have installed via `npm install -g node-gyp`.
7+
may have been installed via `npm install -g node-gyp`.
38

49
This means that while `node-gyp` doesn't get installed into your `$PATH` by default, npm still keeps its own copy to invoke when you
510
attempt to `npm install` a native add-on.
@@ -60,4 +65,4 @@ cd node_modules\npm\node_modules\npm-lifecycle
6065
Finish by running:
6166
```bash
6267
$ npm install node-gyp@latest
63-
```
68+
```

0 commit comments

Comments
 (0)