Closed girardinsamuel closed 4 years ago
Initially I should say that you don't need this builder if you are generating a static site on Vercel.
But if you do want a serverless function instead - could you prepare a small reproduction repo so I could investigate?
Thanks for your quick answer !
I guess I did not understand what this repo was about. I was thinking it was the tool that Vercel uses to deploy Nuxt apps. I must have forgotten the serverless part. So I don't need this builder that's right and I don't use one (I've just configured a deployment from Vercel dashboard).
Where should I post this issue then ?
@girardinsamuel I would consider directly on the vue-i18n-extensions package repo, as they may have better information, and via Vercel's support channel.
Just from the error message, it looks like it might be a Unicode issue so you could also try specifying Node 12.x in your package.json engines, in case this is a problem specific to an older version of Node.
Hi !
I am testing a Nuxt static generated app on Vercel (sounds very promising 💪)
After dependencies installation, when vercel run
npm run generate
I get the following error :I am using
nuxt-i18n
andvue-i18n-extensions
is a dependency. Here are an overview of my app dependencies :It's working in local and in other environments. Do you have some clues about this issue ? Thanks 👍 !