This repository has been archived by the owner on Jun 22, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 3
Nuxt compiler bug in production #40
Comments
Running into the exact same problem on Vercel Serverless runtime. I'm getting these 2 errors at the same time when trying to render a template using
I guess this has something to do with
useStorage here. Is that the one from Nitro and UnStorage ?From my understanding, this is by default some in-memory key-value storage, which then do not make sense in the context of a serverless function ? But that still won't explain why "esbuild-linux-64" won't be found ? I tried to force install it locally on my project but it still wasn't found in Vercel's serverless context. |
I'm facing the exact same problem |
I'm facing the exact same problem as well |
I had it fixed. Deleted package-lock.json and node modules directory and installed it again fixed it. |
Fixed here in theory vue-email/vue-email#168 |
we just merged a new project rewrite, please do check the docs and the updated logic https://vuemail.net/ |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I created this issue on the main package, but I think it's more appropriate here
vue-email/vue-email#168
The text was updated successfully, but these errors were encountered: