fix(npm): do not "npm install" when npm specifier happens to match package.json entry (#18660)

This commit is contained in:
David Sherret 2023-04-11 18:10:51 -04:00 committed by GitHub
parent 805214626f
commit 8820f6e922
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 92 additions and 41 deletions

View file

@ -11,6 +11,7 @@ pub mod fs;
pub mod logger;
pub mod path;
pub mod progress_bar;
pub mod sync;
pub mod text_encoding;
pub mod time;
pub mod unix;