liang
liang
import Buffer from 'node:buffer'
Version: Deno 2.0.0 I setup an example prisma project, ``` deno run -A main.ts ``` works fine, ``` deno compile -A -o hello.exe ./main.ts ``` also generate a executable file...
Version: ``` deno 2.0.0-rc.4 (release candidate, release, x86_64-pc-windows-msvc) v8 12.9.202.13-rusty typescript 5.6.2 ``` ``` > Deno.env.get("NPM_CONFIG_REGISTRY") "https://registry.npmmirror.com/" > ``` ``` deno install npm:prisma-kysely Add npm:[email protected] error: Error getting response at...