Skip to content

Commit

Permalink
docs: remove incorrect note about npm install (npm#7776)
Browse files Browse the repository at this point in the history
npm has not interpreted valid package names as local directories in a long time
  • Loading branch information
wraithgar committed Sep 11, 2024
1 parent fefd509 commit 366c07e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions docs/lib/content/commands/npm-install.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,10 +174,6 @@ into a tarball (b).
npm install ansi-regex --save-bundle
```

**Note**: If there is a file or folder named `<name>` in the current
working directory, then it will try to install that, and only try to
fetch the package by name if it is not valid.

* `npm install <alias>@npm:<name>`:

Install a package under a custom alias. Allows multiple versions of
Expand Down

0 comments on commit 366c07e

Please sign in to comment.