Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixed links to cli commands
PR-URL: #1013
Credit: @
Close: #1013
Reviewed-by: @darcyclarke
  • Loading branch information
simon_s authored and darcyclarke committed Mar 18, 2020
1 parent 217debe commit 0eac801
Show file tree
Hide file tree
Showing 67 changed files with 205 additions and 205 deletions.
6 changes: 3 additions & 3 deletions docs/content/cli-commands/npm-access.md
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/npm-team)
* [npm publish](/cli-commands/npm-publish)
* [npm config](/cli-commands/npm-config)
* [npm team](/cli-commands/team)
* [npm publish](/cli-commands/publish)
* [npm config](/cli-commands/config)
* [npm registry](/using-npm/registry)
6 changes: 3 additions & 3 deletions docs/content/cli-commands/npm-adduser.md
Expand Up @@ -89,7 +89,7 @@ username/password entry in legacy npm.
### See Also

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

### See Also

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

### See Also

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

### See Also

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

### See Also

* [npm install](/cli-commands/npm-install)
* [npm link](/cli-commands/npm-link)
* [npm install](/cli-commands/install)
* [npm link](/cli-commands/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
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/npm-install)
* [npm install](/cli-commands/install)
8 changes: 4 additions & 4 deletions docs/content/cli-commands/npm-cache.md
Expand Up @@ -82,10 +82,10 @@ The root cache folder.
### See Also

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

### Description

This command is similar to [`npm install`](/cli-commands/npm-install), except it's meant to be used in
This command is similar to [`npm install`](/cli-commands/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/npm-install)
* [npm install](/cli-commands/install)
* [package-locks](/configuring-npm/package-locks)
2 changes: 1 addition & 1 deletion docs/content/cli-commands/npm-config.md
Expand Up @@ -79,7 +79,7 @@ global config.
### See Also

* [npm folders](/configuring-npm/folders)
* [npm config](/cli-commands/npm-config)
* [npm config](/cli-commands/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
Expand Up @@ -62,6 +62,6 @@ result in new modules being installed.

### See Also

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

### See Also

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

### See Also

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

### See Also

* [npm bugs](/cli-commands/npm-bugs)
* [npm help](/cli-commands/npm-help)
* [npm ping](/cli-commands/npm-ping)
* [npm bugs](/cli-commands/bugs)
* [npm help](/cli-commands/help)
* [npm ping](/cli-commands/ping)
6 changes: 3 additions & 3 deletions docs/content/cli-commands/npm-edit.md
Expand Up @@ -41,7 +41,7 @@ The command to run for `npm edit` or `npm config edit`.
### See Also

* [npm folders](/configuring-npm/folders)
* [npm explore](/cli-commands/npm-explore)
* [npm install](/cli-commands/npm-install)
* [npm config](/cli-commands/npm-config)
* [npm explore](/cli-commands/explore)
* [npm install](/cli-commands/install)
* [npm config](/cli-commands/config)
* [npmrc](/configuring-npm/npmrc)
8 changes: 4 additions & 4 deletions docs/content/cli-commands/npm-explore.md
Expand Up @@ -44,7 +44,7 @@ The shell to run for the `npm explore` command.
### See Also

* [npm folders](/configuring-npm/folders)
* [npm edit](/cli-commands/npm-edit)
* [npm rebuild](/cli-commands/npm-rebuild)
* [npm build](/cli-commands/npm-build)
* [npm install](/cli-commands/npm-install)
* [npm edit](/cli-commands/edit)
* [npm rebuild](/cli-commands/rebuild)
* [npm build](/cli-commands/build)
* [npm install](/cli-commands/install)
8 changes: 4 additions & 4 deletions docs/content/cli-commands/npm-fund.md
Expand Up @@ -61,8 +61,8 @@ If there are multiple funding sources, which 1-indexed source URL to open.

## See Also

* [npm docs](/cli-commands/npm-docs)
* [npm config](/cli-commands/npm-config)
* [npm install](/cli-commands/npm-install)
* [npm ls](/cli-commands/npm-ls)
* [npm docs](/cli-commands/docs)
* [npm config](/cli-commands/config)
* [npm install](/cli-commands/install)
* [npm ls](/cli-commands/ls)

2 changes: 1 addition & 1 deletion docs/content/cli-commands/npm-help-search.md
Expand Up @@ -40,4 +40,4 @@ If false, then help-search will just list out the help topics found.
### See Also

* [npm](/cli-commands/npm)
* [npm help](/cli-commands/npm-help)
* [npm help](/cli-commands/help)
4 changes: 2 additions & 2 deletions docs/content/cli-commands/npm-help.md
Expand Up @@ -38,7 +38,7 @@ Set to `"browser"` to view html help content in the default web browser.

* [npm](/cli-commands/npm)
* [npm folders](/configuring-npm/folders)
* [npm config](/cli-commands/npm-config)
* [npm config](/cli-commands/config)
* [npmrc](/configuring-npm/npmrc)
* [package.json](/configuring-npm/package-json)
* [npm help-search](/cli-commands/npm-help-search)
* [npm help-search](/cli-commands/help-search)
2 changes: 1 addition & 1 deletion docs/content/cli-commands/npm-init.md
Expand Up @@ -70,5 +70,5 @@ will create a scoped package.

* <https://github.com/isaacs/init-package-json>
* [package.json](/configuring-npm/package-json)
* [npm version](/cli-commands/npm-version)
* [npm version](/cli-commands/version)
* [npm scope](/using-npm/scope)
4 changes: 2 additions & 2 deletions docs/content/cli-commands/npm-install-ci-test.md
Expand Up @@ -22,5 +22,5 @@ This command runs an `npm ci` followed immediately by an `npm test`.

### See Also

* [npm ci](/cli-commands/npm-ci)
* [npm test](/cli-commands/npm-test)
* [npm ci](/cli-commands/ci)
* [npm test](/cli-commands/test)
4 changes: 2 additions & 2 deletions docs/content/cli-commands/npm-install-test.md
Expand Up @@ -31,5 +31,5 @@ takes exactly the same arguments as `npm install`.

### See Also

* [npm install](/cli-commands/npm-install)
* [npm test](/cli-commands/npm-test)
* [npm install](/cli-commands/install)
* [npm test](/cli-commands/test)
24 changes: 12 additions & 12 deletions docs/content/cli-commands/npm-install.md
Expand Up @@ -32,15 +32,15 @@ common options: [-P|--save-prod|-D|--save-dev|-O|--save-optional] [-E|--save-exa
This command installs a package, and any packages that it depends on. If the
package has a package-lock or shrinkwrap file, the installation of dependencies
will be driven by that, with an `npm-shrinkwrap.json` taking precedence if both
files exist. See [package-lock.json](/configuring-npm/package-lock-json) and [`npm shrinkwrap`](/cli-commands/npm-shrinkwrap).
files exist. See [package-lock.json](/configuring-npm/package-lock-json) and [`npm shrinkwrap`](/cli-commands/shrinkwrap).

A `package` is:

* a) a folder containing a program described by a [`package.json`](/configuring-npm/package-json) file
* b) a gzipped tarball containing (a)
* c) a url that resolves to (b)
* d) a `<name>@<version>` that is published on the registry (see [`registry`](/using-npm/registry)) with (c)
* e) a `<name>@<tag>` (see [`npm dist-tag`](/cli-commands/npm-dist-tag)) that points to (d)
* e) a `<name>@<tag>` (see [`npm dist-tag`](/cli-commands/dist-tag)) that points to (d)
* f) a `<name>` that has a "latest" tag satisfying (e)
* g) a `<git remote url>` that resolves to (a)

Expand Down Expand Up @@ -503,17 +503,17 @@ affects a real use-case, it will be investigated.
### See Also
* [npm folders](/configuring-npm/folders)
* [npm update](/cli-commands/npm-update)
* [npm audit](/cli-commands/npm-audit)
* [npm fund](/cli-commands/npm-fund)
* [npm link](/cli-commands/npm-link)
* [npm rebuild](/cli-commands/npm-rebuild)
* [npm update](/cli-commands/update)
* [npm audit](/cli-commands/audit)
* [npm fund](/cli-commands/fund)
* [npm link](/cli-commands/link)
* [npm rebuild](/cli-commands/rebuild)
* [npm scripts](/using-npm/scripts)
* [npm build](/cli-commands/npm-build)
* [npm config](/cli-commands/npm-config)
* [npm build](/cli-commands/build)
* [npm config](/cli-commands/config)
* [npmrc](/configuring-npm/npmrc)
* [npm registry](/using-npm/registry)
* [npm dist-tag](/cli-commands/npm-dist-tag)
* [npm uninstall](/cli-commands/npm-uninstall)
* [npm shrinkwrap](/cli-commands/npm-shrinkwrap)
* [npm dist-tag](/cli-commands/dist-tag)
* [npm uninstall](/cli-commands/uninstall)
* [npm shrinkwrap](/cli-commands/shrinkwrap)
* [package.json](/configuring-npm/package-json)
4 changes: 2 additions & 2 deletions docs/content/cli-commands/npm-link.md
Expand Up @@ -86,7 +86,7 @@ npm link @myorg/privatepackage

* [npm developers](/using-npm/developers)
* [package.json](/configuring-npm/package-json)
* [npm- nstall](/cli-commands/npm-install)
* [npm- nstall](/cli-commands/install)
* [npm folders](/configuring-npm/folders)
* [npm config](/cli-commands/npm-config)
* [npm config](/cli-commands/config)
* [npmrc](/configuring-npm/npmrc)
6 changes: 3 additions & 3 deletions docs/content/cli-commands/npm-logout.md
Expand Up @@ -48,7 +48,7 @@ npm logout --scope=@myco

### See Also

* [npm adduser](/cli-commands/npm-adduser)
* [npm adduser](/cli-commands/adduser)
* [npm registry](/using-npm/registry)
* [npm config](/cli-commands/npm-config)
* [npm whoami](/cli-commands/npm-whoami)
* [npm config](/cli-commands/config)
* [npm whoami](/cli-commands/whoami)
12 changes: 6 additions & 6 deletions docs/content/cli-commands/npm-ls.md
Expand Up @@ -119,11 +119,11 @@ Set it to false in order to use all-ansi output.

### See Also

* [npm config](/cli-commands/npm-config)
* [npm config](/cli-commands/config)
* [npmrc](/configuring-npm/npmrc)
* [npm folders](/configuring-npm/folders)
* [npm install](/cli-commands/npm-install)
* [npm link](/cli-commands/npm-link)
* [npm prune](/cli-commands/npm-prune)
* [npm outdated](/cli-commands/npm-outdated)
* [npm update](/cli-commands/npm-update)
* [npm install](/cli-commands/install)
* [npm link](/cli-commands/link)
* [npm prune](/cli-commands/prune)
* [npm outdated](/cli-commands/outdated)
* [npm update](/cli-commands/update)
4 changes: 2 additions & 2 deletions docs/content/cli-commands/npm-outdated.md
Expand Up @@ -118,7 +118,7 @@ Max depth for checking dependency tree.

### See Also

* [npm update](/cli-commands/npm-update)
* [npm dist-tag](/cli-commands/npm-dist-tag)
* [npm update](/cli-commands/update)
* [npm dist-tag](/cli-commands/dist-tag)
* [npm registry](/using-npm/registry)
* [npm folders](/configuring-npm/folders)
4 changes: 2 additions & 2 deletions docs/content/cli-commands/npm-owner.md
Expand Up @@ -41,7 +41,7 @@ with `--otp`.

### See Also

* [npm publish](/cli-commands/npm-publish)
* [npm publish](/cli-commands/publish)
* [npm registry](/using-npm/registry)
* [npm adduser](/cli-commands/npm-adduser)
* [npm adduser](/cli-commands/adduser)
* [npm disputes](/using-npm/disputes)
6 changes: 3 additions & 3 deletions docs/content/cli-commands/npm-pack.md
Expand Up @@ -32,7 +32,7 @@ actually packing anything. Reports on what would have gone into the tarball.

### See Also

* [npm cache](/cli-commands/npm-cache)
* [npm publish](/cli-commands/npm-publish)
* [npm config](/cli-commands/npm-config)
* [npm cache](/cli-commands/cache)
* [npm publish](/cli-commands/publish)
* [npm config](/cli-commands/config)
* [npmrc](/configuring-npm/npmrc)
2 changes: 1 addition & 1 deletion docs/content/cli-commands/npm-ping.md
Expand Up @@ -29,5 +29,5 @@ Ping error: {*Detail about error}

### See Also

* [npm config](/cli-commands/npm-config)
* [npm config](/cli-commands/config)
* [npmrc](/configuring-npm/npmrc)
8 changes: 4 additions & 4 deletions docs/content/cli-commands/npm-prefix.md
Expand Up @@ -21,12 +21,12 @@ to contain a `package.json` file or `node_modules` directory, unless `-g` is
also specified.

If `-g` is specified, this will be the value of the global prefix. See
[`npm config`](/cli-commands/npm-config) for more detail.
[`npm config`](/cli-commands/config) for more detail.

### See Also

* [npm root](/cli-commands/npm-root)
* [npm bin](/cli-commands/npm-bin)
* [npm root](/cli-commands/root)
* [npm bin](/cli-commands/bin)
* [npm folders](/configuring-npm/folders)
* [npm config](/cli-commands/npm-config)
* [npm config](/cli-commands/config)
* [npmrc](/configuring-npm/npmrc)
2 changes: 1 addition & 1 deletion docs/content/cli-commands/npm-profile.md
Expand Up @@ -79,4 +79,4 @@ available on non npmjs.com registries.

### See Also

* [npm config](/cli-commands/npm-config)
* [npm config](/cli-commands/config)
4 changes: 2 additions & 2 deletions docs/content/cli-commands/npm-prune.md
Expand Up @@ -41,6 +41,6 @@ and it's up to you to run `npm prune` from time-to-time to remove them.

### See Also

* [npm uninstall](/cli-commands/npm-uninstall)
* [npm uninstall](/cli-commands/uninstall)
* [npm folders](/configuring-npm/folders)
* [npm ls](/cli-commands/npm-ls)
* [npm ls](/cli-commands/ls)

0 comments on commit 0eac801

Please sign in to comment.