mirror of
https://github.com/denoland/deno.git
synced 2024-11-22 15:06:54 -05:00
566adb7c0a
Deno was using the scope auth for the tarball urls, which is not always correct. We are going to do a release immediately for this issue.
5 lines
237 B
Text
5 lines
237 B
Text
@denotest:registry=http://localhost:4261/
|
|
; This configuration is wrong - the registry URL must
|
|
; be exactly the same as registry configured for the scope,
|
|
; not root url + scope name.
|
|
//localhost:4261/denotest/:_authToken=invalid-token
|