Skip to content

Commit

Permalink
docs: Add more notes on npm version compatibility for updating node-gyp
Browse files Browse the repository at this point in the history
  • Loading branch information
DeeDeeG authored and owl-from-hogvarts committed Jan 5, 2022
1 parent e9bbdca commit 27413a0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions docs/Force-npm-to-use-global-node-gyp.md
@@ -1,5 +1,7 @@
# Force npm to use global installed node-gyp

**Note: These instructions only work with npm 6 or older. For a different solution that works with npm 8 (or older), see [Updating-npm-bundled-node-gyp.md](https://github.com/nodejs/node-gyp/blob/master/docs/Updating-npm-bundled-node-gyp.md).**

[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
not running a [current version of node-gyp](https://github.com/nodejs/node-gyp/releases).

Expand Down
2 changes: 1 addition & 1 deletion docs/Updating-npm-bundled-node-gyp.md
Expand Up @@ -2,7 +2,7 @@

**Note: These instructions are (only) tested and known to work with npm 8 and older.**

**Note: These instructions will be undone if you reinstall or upgrade your install of npm or node! For a more permanent (and simpler) solution, see [Force-npm-to-use-global-node-gyp.md](https://github.com/nodejs/node-gyp/blob/master/docs/Force-npm-to-use-global-node-gyp.md)**
**Note: These instructions will be undone if you reinstall or upgrade your install of npm or node! For a more permanent (and simpler) solution, see [Force-npm-to-use-global-node-gyp.md](https://github.com/nodejs/node-gyp/blob/master/docs/Force-npm-to-use-global-node-gyp.md). (npm 6 or older only!)**

[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
not running a [current version of node-gyp](https://github.com/nodejs/node-gyp/releases).
Expand Down

0 comments on commit 27413a0

Please sign in to comment.