DenoDDeno
Powered by
CharC
Denoβ€’16mo agoβ€’
1 reply
Char

Error With Deno Command Installing JSR Packages

      const installProcess = new Deno.Command("deno", {
        args: ["install", "jsr:@blitz-bots/builder jsr:@blitz-bots/config npm:discord.js"],
        stdout: "piped",
        stderr: "piped",
      });
      const installProcess = new Deno.Command("deno", {
        args: ["install", "jsr:@blitz-bots/builder jsr:@blitz-bots/config npm:discord.js"],
        stdout: "piped",
        stderr: "piped",
      });


error: jsr:@blitz-bots/builder jsr: was not found.
Deno banner
DenoJoin
Chat about Deno, a modern runtime for JavaScript and TypeScript.
20,944Members
Resources
Recent Announcements

Similar Threads

Was this page helpful?

Similar Threads

Installing packages locally with Deno
fcrozatierFfcrozatier / help
15mo ago
@deno/emit's transpile with JSR
Kodjo.aiKKodjo.ai / help
2y ago
Should deno install work with jsr?
ThomasTThomas / help
3y ago
can't access jsr packages in deno v1.3.6
flyingfoxxxFflyingfoxxx / help
2y ago