Deno v2 RC not deploying properly?
I have a pretty basic deno v2 app with a simple endpoint - when I deno install, it automatically adds the deno lock version as "4".
To deploy successfully I have to manually downgrade it to "3" for it to work.
Then, when I hit my 1 endpoint, it say's it's not able to find one of my deps which is pdf-parse
despite having it in my deno.json and deno-lock.json
6 Replies
Deploy doesn't yet supported Deno v2
Most likely in about 2 weeks
@cdoremus bang
@cococore supported now?
@TheSadMidDeveloper nope.
The super simple case works. But if you import something in main.ts file
deno.lock has "version": "4" ,and this still raise error. on deploy
I would like to report that i had success to deploy deno2 with hono. Pretty simple example works at the moment.
how can we close this ... section of help, as solved ?
@TheSadMidDeveloper
🌟
with hono?
the OG support ticket was for Deno Deploy so it’ll probably get closed when deploy supports deno v2
yes, hono works now. Day or two before, just Deno worked, but with hono it was version 4 crush on deploy, or broken imports when manually changed to version 3. Forgot the file name. probably deno.lock