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
I'm wondering if there's a way to get this working with Deno 2?
This installs fine with
npm install but it produces an error when I deno installI'm wondering if there's a way to get this working with Deno 2?
