Deno can't install this npm package "npm:@scaleway/sdk@2.76.8"
When I try running:
I then added it manually to my deno.json:
and I ran
deno install
and I got
I tested adding any other npm package and it works, why can't it install this particular package??4 Replies
This seems to be a bug in Deno, I'd recommend to file an issue here -> https://github.com/denoland/deno/issues/new/choose -> "Bug Report"
Other packages that have a similar identifier scheme work fine, e.g.
While this package bugs out in Deno:
What this type of bug called?
why on fresh and not on deno?
My bad, wrong tab 🙂
Fixed it.
I filed the issue https://github.com/denoland/deno/issues/30869
GitHub
BUG: Deno can't find or install certain npm packages (e.g "npm:@sca...
This is related to this Discord post https://discord.com/channels/684898665143206084/1422122805746470972 Version: Deno 2.5.0 When I try running: ❯ deno add "npm:@scaleway/sdk@2.76.8" erro...