Replies: 2 comments
-
That's a bug in Deno. Opened an issue for that here: #26385 |
Beta Was this translation helpful? Give feedback.
0 replies
-
Fixed & merged in #26390. Thanks @marvinhagemeister for looking into it so quickly! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Using Deno 2.0, I'm trying to install packages from a private NPM registry (AWS CodeArtifact). I don't think I missed anything from the documentation, but somehow, Deno is unable to find the packages.
Here is my
.npmrc
file:And here the result when trying to run a script that has a dependency from that registry:
Additionally, I have tried several other things:
DENO_NPM_REGISTRY
, which I came across in this issue@my-org/commitlint-config
tonpm:@my-org/commitlint-org
-L debug
doesn't seem to reveal anything useful, but I can post it if it helpsSince I did not find helpful answers on Google or in this repo, I'm reaching out to the community. Hopefully, someone can give me further clues about what I'm missing.
Beta Was this translation helpful? Give feedback.
All reactions