@@ -32,15 +32,15 @@ common options: [-P|--save-prod|-D|--save-dev|-O|--save-optional] [-E|--save-exa
32
32
This command installs a package, and any packages that it depends on. If the
33
33
package has a package-lock or shrinkwrap file, the installation of dependencies
34
34
will be driven by that, with an ` npm-shrinkwrap.json ` taking precedence if both
35
- files exist. See [ package-lock.json] ( /configuring-npm/package-lock-json ) and [ ` npm shrinkwrap ` ] ( /cli-commands/shrinkwrap ) .
35
+ files exist. See [ package-lock.json] ( /configuring-npm/package-lock-json ) and [ ` npm shrinkwrap ` ] ( /cli-commands/npm- shrinkwrap ) .
36
36
37
37
A ` package ` is:
38
38
39
39
* a) a folder containing a program described by a [ ` package.json ` ] ( /configuring-npm/package-json ) file
40
40
* b) a gzipped tarball containing (a)
41
41
* c) a url that resolves to (b)
42
42
* d) a ` <name>@<version> ` that is published on the registry (see [ ` registry ` ] ( /using-npm/registry ) ) with (c)
43
- * e) a ` <name>@<tag> ` (see [ ` npm dist-tag ` ] ( /cli-commands/dist-tag ) ) that points to (d)
43
+ * e) a ` <name>@<tag> ` (see [ ` npm dist-tag ` ] ( /cli-commands/npm- dist-tag ) ) that points to (d)
44
44
* f) a ` <name> ` that has a "latest" tag satisfying (e)
45
45
* g) a ` <git remote url> ` that resolves to (a)
46
46
@@ -503,17 +503,17 @@ affects a real use-case, it will be investigated.
503
503
# ## See Also
504
504
505
505
* [npm folders](/configuring-npm/folders)
506
- * [npm update](/cli-commands/update)
507
- * [npm audit](/cli-commands/audit)
508
- * [npm fund](/cli-commands/fund)
509
- * [npm link](/cli-commands/link)
510
- * [npm rebuild](/cli-commands/rebuild)
506
+ * [npm update](/cli-commands/npm- update)
507
+ * [npm audit](/cli-commands/npm- audit)
508
+ * [npm fund](/cli-commands/npm- fund)
509
+ * [npm link](/cli-commands/npm- link)
510
+ * [npm rebuild](/cli-commands/npm- rebuild)
511
511
* [npm scripts](/using-npm/scripts)
512
- * [npm build](/cli-commands/build)
513
- * [npm config](/cli-commands/config)
512
+ * [npm build](/cli-commands/npm- build)
513
+ * [npm config](/cli-commands/npm- config)
514
514
* [npmrc](/configuring-npm/npmrc)
515
515
* [npm registry](/using-npm/registry)
516
- * [npm dist-tag](/cli-commands/dist-tag)
517
- * [npm uninstall](/cli-commands/uninstall)
518
- * [npm shrinkwrap](/cli-commands/shrinkwrap)
516
+ * [npm dist-tag](/cli-commands/npm- dist-tag)
517
+ * [npm uninstall](/cli-commands/npm- uninstall)
518
+ * [npm shrinkwrap](/cli-commands/npm- shrinkwrap)
519
519
* [package.json](/configuring-npm/package-json)
0 commit comments