mise ERROR No version is set for shim: deno
jekozyra
HOBBYOP

3 months ago

i am building + deploying a tanstackstart app using deno. the app is part of a monorepo, and the code lives at apps/sendsei-app. the build step (deno run build) works fine. my command to start the app is deno --no-config -A run .output/server/index.mjs. however, this fails with the mise error that no version is set for the shim. attempting to set a version via mise use -g deno@2.6.5 && deno --no-config -A run .output/server/index.mjs results in a different mise error.

the deployment id is 1289fe58-d8bc-44df-8223-f09cad86b1c2.

1 Replies

jekozyra
HOBBYOP

3 months ago

i ended up deploying my app differently, so i'm unblocked


Loading...