Skip to content

Commit

Permalink
docs: filter archives out of version manager search (#6312)
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb authored Mar 31, 2023
1 parent 530c285 commit 54795a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ curl -qL https://www.npmjs.com/install.sh | sh

#### Node Version Managers

If you're looking to manage multiple versions of **`Node.js`** &/or **`npm`**, consider using a [node version manager](https://github.com/search?q=node%20version%20manager&type=repositories)
If you're looking to manage multiple versions of **`Node.js`** &/or **`npm`**, consider using a [node version manager](https://github.com/search?q=node+version+manager+archived%3Afalse&type=repositories&ref=advsearch)

### Usage

Expand Down
2 changes: 1 addition & 1 deletion docs/lib/content/configuring-npm/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Node version managers allow you to install and switch between multiple
versions of Node.js and npm on your system so you can test your
applications on multiple versions of npm to ensure they work for users on

This comment has been minimized.

Copy link
@rdtomazini

rdtomazini Apr 17, 2023

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

different versions. You can
[search for them on GitHub](https://github.com/search?q=node%20version%20manager&type=repositories).
[search for them on GitHub](https://github.com/search?q=node+version+manager+archived%3Afalse&type=repositories&ref=advsearch).

### Using a Node installer to install Node.js and npm

Expand Down

0 comments on commit 54795a3

Please sign in to comment.