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

Use allow/deny list in docs #1699

Closed
wants to merge 55 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
55 commits
Select commit Hold shift + click to select a range
2e05298
chore(docs): fixed links to cli commands
claudiahdz Jun 24, 2020
0ca3509
Update npm-link.md
peterfich May 13, 2020
3dd429e
docs: Add note about dropped `*` filenames
maxwellgerber Jun 2, 2020
c49b6ae
spdx-license-ids@3.0.5
kemitchell Jun 10, 2020
9a2e2e7
docs: Fix typo
seanpoulter Jun 14, 2020
b7ad775
fix: wrong `npm doctor` command result
vanishcode Jun 10, 2020
1aec4cb
test: add test for `npm doctor` that ping registry returns error
vanishcode Jun 16, 2020
479e45c
style: fix lint error with no trailing comma
vanishcode Jun 16, 2020
a9857b8
chore: remove auth info from logs
claudiahdz Jun 26, 2020
94eca63
npm-registry-fetch@4.0.5
claudiahdz Jun 30, 2020
66aab41
docs: changelog for 6.14.6
claudiahdz Jul 1, 2020
46e91d9
update AUTHORS
claudiahdz Jul 7, 2020
66092d5
6.14.6
claudiahdz Jul 7, 2020
6a6151f
libnpx@10.2.4
claudiahdz Jul 20, 2020
2d78481
deps: update mkdirp on tacks
claudiahdz Jul 20, 2020
4e129d1
deps: uninstall npm-registry-couchapp
claudiahdz Jul 20, 2020
8e1869e
deps: fix outdated dev deps
claudiahdz Jul 20, 2020
de51088
fix: npm explore spawn shell correctly
jasisk Feb 7, 2020
36e6c01
fix: git tag handling regression on shrinkwrap
claudiahdz Jul 20, 2020
1961c93
Fix package id in shrinkwrap lifecycle step output
bz2 Nov 6, 2019
8788889
fix: gracefully handle error during npm install
Mar 11, 2020
6fe2bdc
fix: npm ls --parseable --long output
ruyadorno Jul 21, 2020
dc21422
bin-links@1.1.8
claudiahdz Jul 21, 2020
d341f88
gentle-fs@2.3.1
claudiahdz Jul 21, 2020
3e168d4
libcipm@4.0.8
claudiahdz Jul 21, 2020
6ae942a
npm-audit-report@1.3.3
claudiahdz Jul 21, 2020
6a35e3d
npm-lifecycle@3.1.5
claudiahdz Jul 21, 2020
e6e8d29
docs: changelog for 6.14.7
claudiahdz Jul 21, 2020
a81da2b
update AUTHORS
claudiahdz Jul 21, 2020
42e4625
6.14.7
claudiahdz Jul 21, 2020
1ae6850
chore: add/update github issue templates
darcyclarke Aug 6, 2020
304833b
chore: fix issue templates to allow for bug filing again
darcyclarke Aug 6, 2020
ad8fe71
chore: adding labels to new bugs
darcyclarke Aug 6, 2020
f468036
chore: rename bug template for v7
darcyclarke Aug 13, 2020
f54c465
Update bug_7.md
darcyclarke Aug 13, 2020
cf61302
chore: fix up issue templates
darcyclarke Aug 14, 2020
dc001af
fix: typo in v6 issue template
darcyclarke Aug 14, 2020
9b273f0
update-notifier@2.5.0
ruyadorno Aug 14, 2020
1a2daa5
npm-registry-fetch@4.0.7
ruyadorno Aug 14, 2020
620b0ff
meant@1.0.2
ruyadorno Aug 14, 2020
c605266
test: increase whoami with bearer auth timeout
LocutusOfBorg Jun 23, 2020
42dcb3e
Docs: add missing metadata in semver page
tripu Jul 28, 2020
f5da2b9
fix: npm install --dev deprecation message
sandratatarevicova Jul 28, 2020
956077a
Node-gyp supports both Python and legacy Python
cclauss Aug 5, 2020
376bc08
fix: remove unused broken require
aduh95 Aug 12, 2020
b72920f
chore: Do not send user secret in the referer header
Aug 12, 2020
807443f
test: fix missing JSON.stringify
ruyadorno Aug 17, 2020
e2abf49
docs: changelog for 6.14.8
ruyadorno Aug 17, 2020
d4e6e41
update AUTHORS
ruyadorno Aug 17, 2020
39a25ae
6.14.8
ruyadorno Aug 17, 2020
542dad8
Use allow/deny list in docs
Aug 21, 2020
5db2908
Update phrase
luciomartinez Aug 28, 2020
2f1ce13
Update phrase
luciomartinez Aug 28, 2020
ba6f2ee
Update phrase
luciomartinez Aug 28, 2020
75cd049
Update phrase
luciomartinez Aug 28, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
35 changes: 35 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_6.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
---
name: 🐞 Bug v6
about: File a bug/issue against v6.x
title: '[BUG] <title>'
labels: Bug, Needs Triage, Release 6.x
assignees: ''

---

<!--
Note: Please search to see if an issue already exists for your problem: https://github.com/npm/cli/issues
-->

### Current Behavior:
<!-- ex. a clear & concise description of what you're experiencing. -->

### Expected Behavior:
<!-- ex. a clear & concise description of what you expected to happen. -->

### Steps To Reproduce:
<!--
ex. steps to reproduce the behavior:
1. In this environment...
2. With this config...
3. Run '...'
4. See error...
-->

### Environment:
<!--
ex.
- OS: Ubuntu 20.04
- Node: 13.14.0
- NPM: 6.4.12
-->
35 changes: 35 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_7.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
---
name: 🐞 Bug v7
about: File a bug/issue against v7.x
title: '[BUG] <title>'
labels: Bug, Needs Triage, Release 7.x
assignees: ''

---

<!--
Note: Please search to see if an issue already exists for your problem: https://github.com/npm/cli/issues
-->

### Current Behavior:
<!-- ex. a clear & concise description of what you're experiencing. -->

### Expected Behavior:
<!-- ex. a clear & concise description of what you expected to happen. -->

### Steps To Reproduce:
<!--
ex. steps to reproduce the behavior:
1. In this environment...
2. With this config...
3. Run '...'
4. See error...
-->

### Environment:
<!--
ex.
- OS: Ubuntu 20.04
- Node: 13.14.0
- NPM: 6.4.12
-->
17 changes: 17 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
blank_issues_enabled: true
contact_links:
- name: ⭐️ Feature Request
url: https://github.com/npm/rfcs/discussions/category_choices
about: Add your request or discuss the project w/ the community
- name: 📃 RFC
url: https://github.com/npm/rfcs
about: Create a more formal proposal/idea via our RFC
- name: 🚥 Registry Status
url: https://status.npmjs.org
about: Check the current status of the website/registry
- name: 🗂 Documentation
url: https://preview-docs.npmjs.com/cli-commands/npm
about: Preview our new docs
- name: 📫 Support
url: https://npm.community
about: Links to other support options &/or community references
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,4 @@ npm-debug.log
/node_modules/.cache
.DS_Store
**/.DS_Store
.vscode/
12 changes: 12 additions & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -695,3 +695,15 @@ Jarda Snajdr <jsnajdr@gmail.com>
Naix Geng <1308363651@qq.com>
Dylan Treisman <dylanzt@gmail.com>
mum-never-proud <abhuz@hotmail.com>
Peter Fich <peterfich@users.noreply.github.com>
Maxwell Gerber <mgerber@berkeley.edu>
Sean Poulter <sean.poulter@gmail.com>
vanishcode <vanishcode@outlook.com>
Jean-Charles Sisk <jasisk@gmail.com>
Martin Packman <martin@zegami.com>
Danielle Adams <danielle.adams@heroku.com>
Gianfranco Costamagna <costamagnagianfranco@yahoo.it>
Antonio <antonio.olmo@devo.com>
Sandra Tatarevićová <sandra@tatarevicova.cz>
Antoine du Hamel <duhamelantoine1995@gmail.com>
Assaf Sapir <assapir@github.com>
76 changes: 76 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,79 @@
## 6.14.8 (2020-08-17)

### BUG FIXES
* [`9262e8c88`](https://github.com/npm/cli/commit/9262e8c88f2f828206423928b8e21eea67f4801a)
[#1575](https://github.com/npm/cli/pull/1575)
npm install --dev deprecation message
([@sandratatarevicova](https://github.com/sandratatarevicova))
* [`765cfe0bc`](https://github.com/npm/cli/commit/765cfe0bc05a10b72026291ff0ca7c9ca5cb3f57)
[#1658](https://github.com/npm/cli/issues/1658)
remove unused broken require
([@aduh95](https://github.com/aduh95))
* [`4e28de79a`](https://github.com/npm/cli/commit/4e28de79a3a0aacc7603010a592beb448ceb6f5f)
[#1663](https://github.com/npm/cli/pull/1663)
Do not send user secret in the referer header
([@assapir](https://github.com/assapir))

### DOCUMENTATION
* [`8abdf30c9`](https://github.com/npm/cli/commit/8abdf30c95ec90331456f3f2ed78e2703939bb74)
[#1572](https://github.com/npm/cli/pull/1572)
docs: add missing metadata in semver page
([@tripu](https://github.com/tripu))
* [`8cedcca46`](https://github.com/npm/cli/commit/8cedcca464ced5aab58be83dd5049c3df13384de)
[#1614](https://github.com/npm/cli/pull/1614)
Node-gyp supports both Python and legacy Python
([@cclauss](https://github.com/cclauss))

### DEPENDENCIES
* [`a303b75fd`](https://github.com/npm/cli/commit/a303b75fd7c4b2644da02ad2ad46d80dfceec3c5)
`update-notifier@2.5.0`
* [`c48600832`](https://github.com/npm/cli/commit/c48600832aff4cc349f59997e08dc4bbde15bd49)
`npm-registry-fetch@4.0.7`
* [`a6e9fc4df`](https://github.com/npm/cli/commit/a6e9fc4df7092ba3eb5394193638b33c24855c36)
`meant@1.0.2`:

## 6.14.7 (2020-07-21)

### BUG FIXES
* [`de5108836`](https://github.com/npm/cli/commit/de5108836189bddf28d4d3542f9bd5869cc5c2e9) [#784](https://github.com/npm/cli/pull/784) npm explore spawn shell correctly ([@jasisk](https://github.com/jasisk))
* [`36e6c01d3`](https://github.com/npm/cli/commit/36e6c01d334c4db75018bc6a4a0bef726fd41ce4) git tag handling regression on shrinkwrap ([@claudiahdz](https://github.com/claudiahdz))
* [`1961c9369`](https://github.com/npm/cli/commit/1961c9369c92bf8fe530cecba9834ca3c7f5567c) [#288](https://github.com/npm/cli/pull/288) Fix package id in shrinkwrap lifecycle step output ([@bz2](https://github.com/bz2))
* [`87888892a`](https://github.com/npm/cli/commit/87888892a1282cc3edae968c3ae4ec279189271c) [#1009](https://github.com/npm/cli/pull/1009) gracefully handle error during npm install ([@danielleadams](https://github.com/danielleadams))
* [`6fe2bdc25`](https://github.com/npm/cli/commit/6fe2bdc25e7961956e5c0067fa4db54ff1bd0dbd) [#1547](https://github.com/npm/cli/pull/1547) npm ls --parseable --long output ([@ruyadorno](https://github.com/ruyadorno))

### DEPENDENCIES
* [`2d78481c7`](https://github.com/npm/cli/commit/2d78481c7ec178e628ce23df940f73a05d5c6367) update mkdirp on tacks ([@claudiahdz](https://github.com/claudiahdz))
* [`4e129d105`](https://github.com/npm/cli/commit/4e129d105eba3b12d474caa6e5ca216a98deb75a) uninstall npm-registry-couchapp ([@claudiahdz](https://github.com/claudiahdz))
* [`8e1869e27`](https://github.com/npm/cli/commit/8e1869e278d1dd37ddefd6b4e961d1bb17fc9d09) update marked dev dep ([@claudiahdz](https://github.com/claudiahdz))
* [`6a6151f37`](https://github.com/npm/cli/commit/6a6151f377063c6aca852c859c01910edd235ec6) `libnpx@10.2.4` ([@claudiahdz](https://github.com/claudiahdz))
* [`dc21422eb`](https://github.com/npm/cli/commit/dc21422eb1ca1a4a19f160fad0e924566e08c496) `bin-links@1.1.8` ([@claudiahdz](https://github.com/claudiahdz))
* [`d341f88ce`](https://github.com/npm/cli/commit/d341f88ce6feb3df1dcb37f34910fcc6c1db85f2) `gentle-fs@2.3.1` ([@claudiahdz](https://github.com/claudiahdz))
* [`3e168d49b`](https://github.com/npm/cli/commit/3e168d49b41574809cae2ad013776a00d3f20ff4) `libcipm@4.0.8` ([@claudiahdz](https://github.com/claudiahdz))
* [`6ae942a51`](https://github.com/npm/cli/commit/6ae942a510520b7dff11b5b78eebeff1706e38af) `npm-audit-report@1.3.3` ([@claudiahdz](https://github.com/claudiahdz))
* [`6a35e3dee`](https://github.com/npm/cli/commit/6a35e3deec275bf2ae76603acd424a0640458047) `npm-lifecycle@3.1.5` ([@claudiahdz](https://github.com/claudiahdz))

## 6.14.6 (2020-07-07)

### BUG FIXES
* [`a9857b8f6`](https://github.com/npm/cli/commit/a9857b8f6869451ff058789c4631fadfde5bbcbc) chore: remove auth info from logs ([@claudiahdz](https://github.com/claudiahdz))
* [`b7ad77598`](https://github.com/npm/cli/commit/b7ad77598112908d60195d0fbc472b3c84275fd5) [#1416](https://github.com/npm/cli/pull/1416) fix: wrong `npm doctor` command result ([@vanishcode](https://github.com/vanishcode))

### DEPENDENCIES
* [`94eca6377`](https://github.com/npm/cli/commit/94eca637756376b949edfb697e179a1fdcc231ee) `npm-registry-fetch@4.0.5` ([@claudiahdz](https://github.com/claudiahdz))
* [`c49b6ae28`](https://github.com/npm/cli/commit/c49b6ae28791ff7184288be16654f97168aa9705) [#1418](https://github.com/npm/cli/pull/1418) `spdx-license-ids@3.0.5` ([@kemitchell](https://github.com/kemitchell))

### DOCUMENTATION
* [`2e052984b`](https://github.com/npm/cli/commit/2e052984b08c09115ed75387fb2c961631d85d77)
[#1459](https://github.com/npm/cli/pull/1459)
chore(docs): fixed links to cli commands ([@claudiahdz](https://github.com/claudiahdz))
* [`0ca3509ca`](https://github.com/npm/cli/commit/0ca3509ca940865392daeeabb39192f7d5af9f5e)
[#1283](https://github.com/npm/cli/pull/1283) Update npm-link.md ([@peterfich](https://github.com/peterfich))
* [`3dd429e9a`](https://github.com/npm/cli/commit/3dd429e9aad760ce2ff9e522b34ebfebd85b460c)
[#1377](https://github.com/npm/cli/pull/1377)
Add note about dropped `*` filenames ([@maxwellgerber](https://github.com/maxwellgerber))
* [`9a2e2e797`](https://github.com/npm/cli/commit/9a2e2e797e5c91e7f4f261583a1906e2c440cc2f)
[#1429](https://github.com/npm/cli/pull/1429) Fix typo ([@seanpoulter](https://github.com/seanpoulter))

## 6.14.5 (2020-05-01)

### BUG FIXES
Expand Down
5 changes: 2 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ We often want to know if the bug we've fixed for the feature we've added has any
1. Make a pull-request against this repository
2. Add the following comment to the pull-request: "`test this please ✅`"

This will trigger the [benmark suite](https://github.com/npm/benchmarks) to run against your pull-request, and when it's finished running it will post a comment on your pull-request just like bellow. You'll be able to see the results from the suite inline in your pull-request.
This will trigger the [benchmark suite](https://github.com/npm/benchmarks) to run against your pull-request, and when it's finished running it will post a comment on your pull-request just like below. You'll be able to see the results from the suite inline in your pull-request.

> You'll notice that the bot-user will also add a 🚀 reaction to your comment to
let you know that it's sent the request to start the benchmark suite.
Expand Down Expand Up @@ -186,7 +186,6 @@ You'll need a few things installed in order to update and test the CLI project d

> Package vendoring is commonly referred to as the case where dependent packages are stored in the same place as your project. That usually means you dependencies are checked into your source management system, such as Git.

The CLI project vendors it's dependencies in the `node_modules/` folder. Meaning all the dependencies that the CLI project uses are contained withing the project itself. This is represented by the `bundledDependencies` section in the root level `package.json` file. The main reason for this is because the `npm` CLI project is distributed with the NodeJS runtime and needs to work out of the box, which means all dependencies need to be available after the runtime is installed.
The CLI project vendors its dependencies in the `node_modules/` folder. Meaning all the dependencies that the CLI project uses are contained within the project itself. This is represented by the `bundledDependencies` section in the root level `package.json` file. The main reason for this is because the `npm` CLI project is distributed with the NodeJS runtime and needs to work out of the box, which means all dependencies need to be available after the runtime is installed.

There are a couple scripts created to help manage this process in the `scripts/` folder.

4 changes: 3 additions & 1 deletion bin/npm-cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
var npm = require('../lib/npm.js')
var npmconf = require('../lib/config/core.js')
var errorHandler = require('../lib/utils/error-handler.js')
var replaceInfo = require('../lib/utils/replace-info.js')

var configDefs = npmconf.defs
var shorthands = configDefs.shorthands
Expand All @@ -40,7 +41,8 @@
process.argv.splice(1, 1, 'npm', '-g')
}

log.verbose('cli', process.argv)
var args = replaceInfo(process.argv)
log.verbose('cli', args)

var conf = nopt(types, shorthands)
npm.argv = conf.argv.remain
Expand Down
6 changes: 3 additions & 3 deletions docs/content/cli-commands/npm-access.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ Management of teams and team memberships is done with the `npm team` command.
### See Also
* [`libnpmaccess`](https://npm.im/libnpmaccess)
* [npm team](/cli-commands/team)
* [npm publish](/cli-commands/publish)
* [npm config](/cli-commands/config)
* [npm team](/cli-commands/npm-team)
* [npm publish](/cli-commands/npm-publish)
* [npm config](/cli-commands/npm-config)
* [npm registry](/using-npm/registry)
6 changes: 3 additions & 3 deletions docs/content/cli-commands/npm-adduser.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ username/password entry in legacy npm.
### See Also

* [npm registry](/using-npm/registry)
* [npm config](/cli-commands/config)
* [npm config](/cli-commands/npm-config)
* [npmrc](/configuring-npm/npmrc)
* [npm owner](/cli-commands/owner)
* [npm whoami](/cli-commands/whoami)
* [npm owner](/cli-commands/npm-owner)
* [npm whoami](/cli-commands/npm-whoami)
2 changes: 1 addition & 1 deletion docs/content/cli-commands/npm-audit.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,6 @@ configuration setting.

### See Also

* [npm install](/cli-commands/install)
* [npm install](/cli-commands/npm-install)
* [package-locks](/configuring-npm/package-locks)
* [config](/using-npm/config)
6 changes: 3 additions & 3 deletions docs/content/cli-commands/npm-bin.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ Print the folder where npm will install executables.

### See Also

* [npm prefix](/cli-commands/prefix)
* [npm root](/cli-commands/root)
* [npm prefix](/cli-commands/npm-prefix)
* [npm root](/cli-commands/npm-root)
* [npm folders](/configuring-npm/folders)
* [npm config](/cli-commands/config)
* [npm config](/cli-commands/npm-config)
* [npmrc](/configuring-npm/npmrc)
8 changes: 4 additions & 4 deletions docs/content/cli-commands/npm-bugs.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ The base URL of the npm package registry.

### See Also

* [npm docs](/cli-commands/docs)
* [npm view](/cli-commands/view)
* [npm publish](/cli-commands/publish)
* [npm docs](/cli-commands/npm-docs)
* [npm view](/cli-commands/npm-view)
* [npm publish](/cli-commands/npm-publish)
* [npm registry](/using-npm/registry)
* [npm config](/cli-commands/config)
* [npm config](/cli-commands/npm-config)
* [npmrc](/configuring-npm/npmrc)
* [package.json](/configuring-npm/package-json)
4 changes: 2 additions & 2 deletions docs/content/cli-commands/npm-build.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ directly, run:

### See Also

* [npm install](/cli-commands/install)
* [npm link](/cli-commands/link)
* [npm install](/cli-commands/npm-install)
* [npm link](/cli-commands/npm-link)
* [npm scripts](/using-npm/scripts)
* [package.json](/configuring-npm/package-json)
2 changes: 1 addition & 1 deletion docs/content/cli-commands/npm-bundle.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ Just use `npm install` now to do what `npm bundle` used to do.

### See Also

* [npm install](/cli-commands/install)
* [npm install](/cli-commands/npm-install)
8 changes: 4 additions & 4 deletions docs/content/cli-commands/npm-cache.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,10 @@ The root cache folder.
### See Also

* [npm folders](/configuring-npm/folders)
* [npm config](/cli-commands/config)
* [npm config](/cli-commands/npm-config)
* [npmrc](/configuring-npm/npmrc)
* [npm install](/cli-commands/install)
* [npm publish](/cli-commands/publish)
* [npm pack](/cli-commands/pack)
* [npm install](/cli-commands/npm-install)
* [npm publish](/cli-commands/npm-publish)
* [npm pack](/cli-commands/npm-pack)
* https://npm.im/cacache
* https://npm.im/pacote
4 changes: 2 additions & 2 deletions docs/content/cli-commands/npm-ci.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ cache:

### Description

This command is similar to [`npm install`](/cli-commands/install), except it's meant to be used in
This command is similar to [`npm install`](/cli-commands/npm-install), except it's meant to be used in
automated environments such as test platforms, continuous integration, and
deployment -- or any situation where you want to make sure you're doing a clean
install of your dependencies. It can be significantly faster than a regular npm
Expand All @@ -63,5 +63,5 @@ In short, the main differences between using `npm install` and `npm ci` are:

### See Also

* [npm install](/cli-commands/install)
* [npm install](/cli-commands/npm-install)
* [package-locks](/configuring-npm/package-locks)
2 changes: 1 addition & 1 deletion docs/content/cli-commands/npm-config.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ global config.
### See Also

* [npm folders](/configuring-npm/folders)
* [npm config](/cli-commands/config)
* [npm config](/cli-commands/npm-config)
* [package.json](/configuring-npm/package-json)
* [npmrc](/configuring-npm/npmrc)
* [npm](/cli-commands/npm)
6 changes: 3 additions & 3 deletions docs/content/cli-commands/npm-dedupe.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,6 @@ result in new modules being installed.

### See Also

* [npm ls](/cli-commands/ls)
* [npm update](/cli-commands/update)
* [npm install](/cli-commands/install)
* [npm ls](/cli-commands/npm-ls)
* [npm update](/cli-commands/npm-update)
* [npm install](/cli-commands/npm-install)
2 changes: 1 addition & 1 deletion docs/content/cli-commands/npm-deprecate.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ format an empty string.

### See Also

* [npm publish](/cli-commands/publish)
* [npm publish](/cli-commands/npm-publish)
* [npm registry](/using-npm/registry)
8 changes: 4 additions & 4 deletions docs/content/cli-commands/npm-dist-tag.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,9 @@ begin with a number or the letter `v`.

### See Also

* [npm publish](/cli-commands/publish)
* [npm install](/cli-commands/install)
* [npm dedupe](/cli-commands/dedupe)
* [npm publish](/cli-commands/npm-publish)
* [npm install](/cli-commands/npm-install)
* [npm dedupe](/cli-commands/npm-dedupe)
* [npm registry](/using-npm/registry)
* [npm config](/cli-commands/config)
* [npm config](/cli-commands/npm-config)
* [npmrc](/configuring-npm/npmrc)
6 changes: 3 additions & 3 deletions docs/content/cli-commands/npm-docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ The base URL of the npm package registry.
### See Also
* [npm view](/cli-commands/view)
* [npm publish](/cli-commands/publish)
* [npm view](/cli-commands/npm-view)
* [npm publish](/cli-commands/npm-publish)
* [npm registry](/using-npm/registry)
* [npm config](/cli-commands/config)
* [npm config](/cli-commands/npm-config)
* [npmrc](/configuring-npm/npmrc)
* [package.json](/configuring-npm/package-json)
6 changes: 3 additions & 3 deletions docs/content/cli-commands/npm-doctor.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,6 @@ cache, you should probably run `npm cache clean` and reset the cache.

### See Also

* [npm bugs](/cli-commands/bugs)
* [npm help](/cli-commands/help)
* [npm ping](/cli-commands/ping)
* [npm bugs](/cli-commands/npm-bugs)
* [npm help](/cli-commands/npm-help)
* [npm ping](/cli-commands/npm-ping)
Loading