Char
Char4w ago

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.
1 Reply
crowlKats
crowlKats4w ago
you'd want to apss the individual packages as individual strings, not as one string with all of them