Skip to content

Commit 20d8b85

Browse files
authoredOct 5, 2024
deps: upgrade npm to 10.9.0
PR-URL: #55255 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com> Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>
1 parent a301596 commit 20d8b85

File tree

813 files changed

+43927
-1054
lines changed

Some content is hidden

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

813 files changed

+43927
-1054
lines changed
 

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description: Create a package.json file
77
### Synopsis
88

99
```bash
10-
npm init <package-spec> (same as `npx <package-spec>`)
10+
npm init <package-spec> (same as `npx create-<package-spec>`)
1111
npm init <@scope> (same as `npx <@scope>/create`)
1212

1313
aliases: create, innit

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

-4
Original file line numberDiff line numberDiff line change
@@ -178,10 +178,6 @@ into a tarball (b).
178178
npm install ansi-regex --save-bundle
179179
```
180180

181-
**Note**: If there is a file or folder named `<name>` in the current
182-
working directory, then it will try to install that, and only try to
183-
fetch the package by name if it is not valid.
184-
185181
* `npm install <alias>@npm:<name>`:
186182

187183
Install a package under a custom alias. Allows multiple versions of

0 commit comments

Comments
 (0)