| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 1c21fbf commit 4b09222
321 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -27,17 +27,7 @@ curl -qL https://www.npmjs.com/install.sh | sh | |||
| 27 | 27 | ||
| 28 | 28 | #### Node Version Managers | |
| 29 | 29 | ||
| 30 | - If you're looking to manage multiple versions of **`node`** &/or **`npm`**, consider using a "Node Version Manager" such as: | ||
| 31 | - | ||
| 32 | - * [**`nvm`**](https://github.com/nvm-sh/nvm) | ||
| 33 | - * [**`nvs`**](https://github.com/jasongin/nvs) | ||
| 34 | - * [**`nave`**](https://github.com/isaacs/nave) | ||
| 35 | - * [**`n`**](https://github.com/tj/n) | ||
| 36 | - * [**`volta`**](https://github.com/volta-cli/volta) | ||
| 37 | - * [**`nodenv`**](https://github.com/nodenv/nodenv) | ||
| 38 | - * [**`asdf-nodejs`**](https://github.com/asdf-vm/asdf-nodejs) | ||
| 39 | - * [**`nvm-windows`**](https://github.com/coreybutler/nvm-windows) | ||
| 40 | - * [**`fnm`**](https://github.com/Schniz/fnm) | ||
| 30 | + 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) | ||
| 41 | 31 | ||
| 42 | 32 | ### Usage | |
| 43 | 33 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -27,7 +27,7 @@ packages will *also* show the paths to the specified packages. For | |||
| 27 | 27 | example, running `npm ls promzard` in npm's source tree will show: | |
| 28 | 28 | ||
| 29 | 29 | ```bash | |
| 30 | - npm@9.6.2 /path/to/npm | ||
| 30 | + npm@9.6.3 /path/to/npm | ||
| 31 | 31 | └─┬ init-package-json@0.0.4 | |
| 32 | 32 | └── promzard@0.1.5 | |
| 33 | 33 | ``` | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -52,7 +52,6 @@ folder instead of the current working directory. See | |||
| 52 | 52 | ### See Also | |
| 53 | 53 | ||
| 54 | 54 | * [npm root](/commands/npm-root) | |
| 55 | - * [npm bin](/commands/npm-bin) | ||
| 56 | 55 | * [npm folders](/configuring-npm/folders) | |
| 57 | 56 | * [npm config](/commands/npm-config) | |
| 58 | 57 | * [npmrc](/configuring-npm/npmrc) | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -44,7 +44,6 @@ folder instead of the current working directory. See | |||
| 44 | 44 | ### See Also | |
| 45 | 45 | ||
| 46 | 46 | * [npm prefix](/commands/npm-prefix) | |
| 47 | - * [npm bin](/commands/npm-bin) | ||
| 48 | 47 | * [npm folders](/configuring-npm/folders) | |
| 49 | 48 | * [npm config](/commands/npm-config) | |
| 50 | 49 | * [npmrc](/configuring-npm/npmrc) | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -14,7 +14,7 @@ Note: This command is unaware of workspaces. | |||
| 14 | 14 | ||
| 15 | 15 | ### Version | |
| 16 | 16 | ||
| 17 | - 9.6.2 | ||
| 17 | + 9.6.3 | ||
| 18 | 18 | ||
| 19 | 19 | ### Description | |
| 20 | 20 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -38,17 +38,8 @@ npm -v | |||
| 38 | 38 | Node version managers allow you to install and switch between multiple | |
| 39 | 39 | versions of Node.js and npm on your system so you can test your | |
| 40 | 40 | applications on multiple versions of npm to ensure they work for users on | |
| 41 | - different versions. | ||
| 42 | - | ||
| 43 | - #### OSX or Linux Node version managers | ||
| 44 | - | ||
| 45 | - * [nvm](https://github.com/creationix/nvm) | ||
| 46 | - * [n](https://github.com/tj/n) | ||
| 47 | - | ||
| 48 | - #### Windows Node version managers | ||
| 49 | - | ||
| 50 | - * [nodist](https://github.com/marcelklehr/nodist) | ||
| 51 | - * [nvm-windows](https://github.com/coreybutler/nvm-windows) | ||
| 41 | + different versions. You can | ||
| 42 | + [search for them on GitHub](https://github.com/search?q=node%20version%20manager&type=repositories). | ||
| 52 | 43 | ||
| 53 | 44 | ### Using a Node installer to install Node.js and npm | |
| 54 | 45 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -160,7 +160,7 @@ <h3 id="description">Description</h3> | |||
| 160 | 160 | the results to only the paths to the packages named. Note that nested | |
| 161 | 161 | packages will <em>also</em> show the paths to the specified packages. For | |
| 162 | 162 | example, running <code>npm ls promzard</code> in npm's source tree will show:</p> | |
| 163 | - <pre><code class="language-bash">npm@9.6.2 /path/to/npm | ||
| 163 | + <pre><code class="language-bash">npm@9.6.3 /path/to/npm | ||
| 164 | 164 | └─┬ init-package-json@0.0.4 | |
| 165 | 165 | └── promzard@0.1.5 | |
| 166 | 166 | </code></pre> | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -180,7 +180,6 @@ <h4 id="global"><code>global</code></h4> | |||
| 180 | 180 | <h3 id="see-also">See Also</h3> | |
| 181 | 181 | <ul> | |
| 182 | 182 | <li><a href="../commands/npm-root.html">npm root</a></li> | |
| 183 | - <li><a href="../commands/npm-bin.html">npm bin</a></li> | ||
| 184 | 183 | <li><a href="../configuring-npm/folders.html">npm folders</a></li> | |
| 185 | 184 | <li><a href="../commands/npm-config.html">npm config</a></li> | |
| 186 | 185 | <li><a href="../configuring-npm/npmrc.html">npmrc</a></li> | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -175,7 +175,6 @@ <h4 id="global"><code>global</code></h4> | |||
| 175 | 175 | <h3 id="see-also">See Also</h3> | |
| 176 | 176 | <ul> | |
| 177 | 177 | <li><a href="../commands/npm-prefix.html">npm prefix</a></li> | |
| 178 | - <li><a href="../commands/npm-bin.html">npm bin</a></li> | ||
| 179 | 178 | <li><a href="../configuring-npm/folders.html">npm folders</a></li> | |
| 180 | 179 | <li><a href="../commands/npm-config.html">npm config</a></li> | |
| 181 | 180 | <li><a href="../configuring-npm/npmrc.html">npmrc</a></li> | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -150,7 +150,7 @@ <h2 id="table-of-contents">Table of contents</h2> | |||
| 150 | 150 | </code></pre> | |
| 151 | 151 | <p>Note: This command is unaware of workspaces.</p> | |
| 152 | 152 | <h3 id="version">Version</h3> | |
| 153 | - <p>9.6.2</p> | ||
| 153 | + <p>9.6.3</p> | ||
| 154 | 154 | <h3 id="description">Description</h3> | |
| 155 | 155 | <p>npm is the package manager for the Node JavaScript platform. It puts | |
| 156 | 156 | modules in place so that node can find them, and manages dependency | |
| Back | FazBrowse Home | New Git URL |
0 commit comments