mirror of
https://github.com/denoland/deno.git
synced 2025-08-04 10:59:13 +00:00
fix(npm): better node version and version requirement compatibility (#15714)
This commit is contained in:
parent
20c835407c
commit
e1d7d7b0e3
13 changed files with 1785 additions and 241 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue