From 366c07e2f3cb9d1c6ddbd03e624a4d73fbd2676e Mon Sep 17 00:00:00 2001 From: Gar Date: Wed, 11 Sep 2024 08:46:39 -0700 Subject: [PATCH] docs: remove incorrect note about npm install (#7776) npm has not interpreted valid package names as local directories in a long time --- docs/lib/content/commands/npm-install.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/lib/content/commands/npm-install.md b/docs/lib/content/commands/npm-install.md index 1b783b1b13fc2..e77a6fa157aa4 100644 --- a/docs/lib/content/commands/npm-install.md +++ b/docs/lib/content/commands/npm-install.md @@ -174,10 +174,6 @@ into a tarball (b). npm install ansi-regex --save-bundle ``` - **Note**: If there is a file or folder named `` 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 @npm:`: Install a package under a custom alias. Allows multiple versions of