fix(npm): better node version and version requirement compatibility (#15714)

This commit is contained in:
David Sherret 2022-09-01 11:50:12 -04:00 committed by GitHub
parent 20c835407c
commit e1d7d7b0e3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 1785 additions and 241 deletions

View file

@ -23,7 +23,7 @@ use crate::fs_util;
use crate::http_cache::CACHE_PERM;
use super::cache::NpmCache;
use super::version_req::NpmVersionReq;
use super::semver::NpmVersionReq;
// npm registry docs: https://github.com/npm/registry/blob/master/docs/REGISTRY-API.md