GitHub imports from package.json in Deno
My workmate Ash has put a custom version of a package that is pointing directly to GitHub like this (canvg library):
This installs fine with
npm install
but it produces an error when I deno install
I'm wondering if there's a way to get this working with Deno 2?1 Reply
Whoops I posted this from my test account lol