w7a9q
w7a9q
DDeno
Created by w7a9q on 11/2/2024 in #help
Cannot run Nitro project
The problem persists even in canary. I will submit it on the GitHub. Thanks
8 replies
DDeno
Created by w7a9q on 11/2/2024 in #help
Cannot run Nitro project
2.0.4
8 replies
DDeno
Created by w7a9q on 11/1/2024 in #help
Deno runs the whole script instead of the method
It starts with:
import { exec } from "node:child_process";
import process from "node:process";

const directoryArg: string = process.argv[2];
const qualityArg: string = process.argv[3];
import { exec } from "node:child_process";
import process from "node:process";

const directoryArg: string = process.argv[2];
const qualityArg: string = process.argv[3];
I expected to run only the validateInput method.
4 replies
DDeno
Created by w7a9q on 10/21/2024 in #help
Create SvelteKit project with Deno
I think that doesn't use the Svelte CLI. deno run -A npm:sv create myapp did the trick.
3 replies
DDeno
Created by w7a9q on 9/28/2024 in #help
Corepack
Alright, that could make sense why Corepack is not requested. I will take a look on that implementation. Is it close to pnpm?
9 replies
DDeno
Created by w7a9q on 9/28/2024 in #help
Corepack
Deno uses it's own package manager?
9 replies
DDeno
Created by w7a9q on 9/28/2024 in #help
Corepack
Is there a particular reason?
9 replies