Replies: 2 comments
-
I have the same question and I really need this. I can't use Deno without this feature. With Bun and Node.js, I can install GitHub-based dependencies like so: "@sablier/devkit": "github:sablier-labs/devkit#main" Where |
Beta Was this translation helpful? Give feedback.
0 replies
-
I got around this using esm.sh. For example: import 'https://esm.sh/gh/proposal-signals/signal-polyfill' |
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.
-
Hello!
I'm very excited for the release of Deno 2, and I've been looking forward to using the ECMAScript Signals proposal package in Deno to get a feel for the proposal's concepts. Regrettably, I don't know if the package itself is published to npm, so I'd like to reference it via GitHub.
My question is how does one add, install, or otherwise reference an npm package using a GitHub URL?
I know there are other issues that discuss something similar, namely #5543 and #24977 (as well as this issue about adding modules from branches), but this is a bit different considering that Deno now has full Node & npm support.
Thanks in advance for any help you can provide!
Beta Was this translation helpful? Give feedback.
All reactions