| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 8820d54 commit 6f0f61a
108 files changed
| 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.3 /path/to/npm | ||
| 163 | + <pre><code class="language-bash">npm@9.6.4 /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 | |
|---|---|---|---|
@@ -181,7 +181,7 @@ <h3 id="description">Description</h3> | |||
| 181 | 181 | out the files to be included and packs them into a tarball to be uploaded | |
| 182 | 182 | to the registry.</p> | |
| 183 | 183 | <h3 id="files-included-in-package">Files included in package</h3> | |
| 184 | - <p>To see what will be included in your package, run <code>npx npm-packlist</code>. All | ||
| 184 | + <p>To see what will be included in your package, run <code>npm pack --dry-run</code>. All | ||
| 185 | 185 | files are included by default, with the following exceptions:</p> | |
| 186 | 186 | <ul> | |
| 187 | 187 | <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.3</p> | ||
| 153 | + <p>9.6.4</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 | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -173,7 +173,7 @@ <h3 id="using-a-node-version-manager-to-install-nodejs-and-npm">Using a Node ver | |||
| 173 | 173 | versions of Node.js and npm on your system so you can test your | |
| 174 | 174 | applications on multiple versions of npm to ensure they work for users on | |
| 175 | 175 | different versions. You can | |
| 176 | - <a href="https://github.com/search?q=node%20version%20manager&type=repositories">search for them on GitHub</a>.</p> | ||
| 176 | + <a href="https://github.com/search?q=node+version+manager+archived%3Afalse&type=repositories&ref=advsearch">search for them on GitHub</a>.</p> | ||
| 177 | 177 | <h3 id="using-a-node-installer-to-install-nodejs-and-npm">Using a Node installer to install Node.js and npm</h3> | |
| 178 | 178 | <p>If you are unable to use a Node version manager, you can use a Node | |
| 179 | 179 | installer to install both Node.js and npm on your system.</p> | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,4 +1,4 @@ | |||
| 1 | - .TH "NPM-ACCESS" "1" "March 2023" "" "" | ||
| 1 | + .TH "NPM-ACCESS" "1" "April 2023" "" "" | ||
| 2 | 2 | .SH "NAME" | |
| 3 | 3 | \fBnpm-access\fR - Set access level on published packages | |
| 4 | 4 | .SS "Synopsis" | |
| Back | FazBrowse Home | New Git URL |
0 commit comments