Skip to content

Commit 6cdc71b

Browse files
npm-cli-botmarco-ippolito
authored andcommittedFeb 12, 2024
deps: upgrade npm to 10.2.4
PR-URL: #50751 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Richard Lau <rlau@redhat.com>
1 parent 69e0a1d commit 6cdc71b

File tree

143 files changed

+2417
-1013
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

143 files changed

+2417
-1013
lines changed
 

‎deps/npm/docs/content/commands/npm-ls.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ packages will *also* show the paths to the specified packages. For
2727
example, running `npm ls promzard` in npm's source tree will show:
2828

2929
```bash
30-
npm@10.2.3 /path/to/npm
30+
npm@10.2.4 /path/to/npm
3131
└─┬ init-package-json@0.0.4
3232
└── promzard@0.1.5
3333
```

‎deps/npm/docs/content/commands/npm-prune.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,9 @@ then only packages matching one of the supplied names are removed.
1818
Extraneous packages are those present in the `node_modules` folder that are
1919
not listed as any package's dependency list.
2020

21-
If the `--production` flag is specified or the `NODE_ENV` environment
21+
If the `--omit=dev` flag is specified or the `NODE_ENV` environment
2222
variable is set to `production`, this command will remove the packages
23-
specified in your `devDependencies`. Setting `--no-production` will negate
24-
`NODE_ENV` being set to `production`.
23+
specified in your `devDependencies`.
2524

2625
If the `--dry-run` flag is used then no changes will actually be made.
2726

0 commit comments

Comments
 (0)
Please sign in to comment.