diff options
Diffstat (limited to 'deps/npm/docs/content/commands/npm-link.md')
-rw-r--r-- | deps/npm/docs/content/commands/npm-link.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/deps/npm/docs/content/commands/npm-link.md b/deps/npm/docs/content/commands/npm-link.md index 975c807c38..34c67aa3de 100644 --- a/deps/npm/docs/content/commands/npm-link.md +++ b/deps/npm/docs/content/commands/npm-link.md @@ -153,6 +153,8 @@ rather than using npm's default semver range operator. * Default: false * Type: Boolean +* DEPRECATED: `--global`, `--local` are deprecated. Use `--location=global` + instead. Operates in "global" mode, so that packages are installed into the `prefix` folder instead of the current working directory. See |