Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Add notes/disclaimers for upgrading the copy of node-gyp that npm uses #2585

Merged
merged 2 commits into from Jan 6, 2022

Commits on Jan 6, 2022

  1. docs: Add notes/disclaimers for upgrading the node-gyp npm uses

    Add notes on npm version compatibility for methods to update node-gyp.
    
    Also mention that this is tested on npm 8, now that npm 8 exists.
    (Npm 8 is the same as npm 7 for purposes of these instructions.)
    
    Lastly, add a note that one of the methods is simpler/more durable,
    if only functional for npm 6 and older.
    DeeDeeG committed Jan 6, 2022
    Copy the full SHA
    c450575 View commit details
    Browse the repository at this point in the history
  2. docs: Fix links per review feedback

    Use relative (current dir) links, rather than absolute web URLs.
    
    Co-authored-by: Rod Vagg <rod@vagg.org>
    DeeDeeG and rvagg committed Jan 6, 2022
    Copy the full SHA
    583abb4 View commit details
    Browse the repository at this point in the history