Replies: 1 comment
-
|
Opened an issue: #27758 |
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
Uh oh!
There was an error while loading. Please reload this page.
-
TLDR
TLDR; How can I replicate these commands using Deno?
npm config set @buf:registry https://buf.build/gen/npm/v1/ npm install @buf/wcygan_flock.bufbuild_es@latestMore information
I'd like to use the SDKs from https://buf.build/wcygan/flock/sdks, which are hosted here: https://buf.build/gen/npm/v1/@buf%2fwcygan_flock.bufbuild_es
I understand that https://docs.deno.com/runtime/fundamentals/node/#private-registries specifies to use .npmrc, which I am trying like this:
But now I'm unsure of how to process, I've tried these ideas but they don't appear to work:
I'm also not sure of how to do it with
deno add:Beta Was this translation helpful? Give feedback.
All reactions