Skip to content

Commit 366c07e

Browse files
authored
docs: remove incorrect note about npm install (#7776)
npm has not interpreted valid package names as local directories in a long time
1 parent fefd509 commit 366c07e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

docs/lib/content/commands/npm-install.md

-4
Original file line numberDiff line numberDiff line change
@@ -174,10 +174,6 @@ into a tarball (b).
174174
npm install ansi-regex --save-bundle
175175
```
176176

177-
**Note**: If there is a file or folder named `<name>` in the current
178-
working directory, then it will try to install that, and only try to
179-
fetch the package by name if it is not valid.
180-
181177
* `npm install <alias>@npm:<name>`:
182178

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

0 commit comments

Comments
 (0)