mirror of
https://github.com/denoland/deno.git
synced 2025-10-03 07:34:36 +00:00
refactor: remove CliNpmRegistryApi
(#27222)
Extracts more code out of the CLI.
This commit is contained in:
parent
d5b63bb642
commit
8cd257de3d
15 changed files with 242 additions and 301 deletions
|
@ -1,2 +1,3 @@
|
|||
error: Error getting response at http://localhost:4260/chalk for package "chalk": An npm specifier not found in cache: "chalk", --cached-only is specified.
|
||||
error: Failed loading http://localhost:4260/chalk for package "chalk"
|
||||
0: npm package not found in cache: "chalk", --cached-only is specified.
|
||||
at file:///[WILDCARD]/main.ts:1:19
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
Download http://localhost:4261/@denotest%2fbasic
|
||||
error: Error getting response at http://localhost:4261/@denotest%2fbasic for package "@denotest/basic": Bad response: 401
|
||||
[WILDCARD]
|
||||
error: Failed loading http://localhost:4261/@denotest%2fbasic for package "@denotest/basic"
|
||||
|
||||
Caused by:
|
||||
Bad response: 401
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
Download http://localhost:4261/@denotest%2fbasic
|
||||
error: Error getting response at http://localhost:4261/@denotest%2fbasic for package "@denotest/basic": Bad response: 401
|
||||
[WILDCARD]
|
||||
error: Failed loading http://localhost:4261/@denotest%2fbasic for package "@denotest/basic"
|
||||
|
||||
Caused by:
|
||||
Bad response: 401
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
[UNORDERED_START]
|
||||
error: Error getting response at http://localhost:4261/@denotest%2fbasic for package "@denotest/basic": Both the username and password must be provided for basic auth
|
||||
[UNORDERED_END]
|
||||
error: Failed loading http://localhost:4261/@denotest%2fbasic for package "@denotest/basic"
|
||||
|
||||
Caused by:
|
||||
Both the username and password must be provided for basic auth
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
[UNORDERED_START]
|
||||
error: Error getting response at http://localhost:4261/@denotest%2fbasic for package "@denotest/basic": Both the username and password must be provided for basic auth
|
||||
[UNORDERED_END]
|
||||
error: Failed loading http://localhost:4261/@denotest%2fbasic for package "@denotest/basic"
|
||||
|
||||
Caused by:
|
||||
Both the username and password must be provided for basic auth
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue