adawg
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
11 replies