Industrial
Explore posts from serversUsing WASM in Solid(Start)
Hmm, I get this:
solid-app on main [!+?] via .NET via v22.5.1 via ❄️ impure (nix-shell-env) took 15s
❯ npm install @rollup/rollup-linux-x64-musl
npm error code EBADPLATFORM
npm error notsup Unsupported platform for @rollup/[email protected]: wanted {"os":"linux","cpu":"x64","libc":"musl"} (current: {"os":"linux","cpu":"x64","libc":null})
npm error notsup Valid os: linux
npm error notsup Actual os: linux
npm error notsup Valid cpu: x64
npm error notsup Actual cpu: x64
npm error notsup Valid libc: musl
npm error notsup Actual libc: null
npm error A complete log of this run can be found in: /home/tom/.npm/_logs/2024-08-25T11_17_56_304Z-debug-0.log
10 replies
Deno.serve().shutdown doesn't exist?
Seems like https://deno.land/[email protected]?s=Deno.serve returns a Deno.HTTPServer not a Deno.Server, which isn't available in the types in VSCode
7 replies
Cannot find module '@trpc/react-query/server' or its corresponding type declarations
actually, it's described here: https://trpc.io/docs/nextjs/ssg
13 replies