Andre Eberle

Results 5 comments of Andre Eberle

Same issue. Do you have an idea? THX npm install --save-dev @intlify/nuxt3 nuxt.config.ts export default defineNuxtConfig({ ssr: false, // Client-side only rendering (false) buildModules: ['@intlify/nuxt3'] }) error: Uncaught SyntaxError: The...

> @androcado Try adding @intlify/nuxt3 to modules, not buildModules in the nuxt config. Thanks. But same issue: export default defineNuxtConfig({ modules: ['@intlify/nuxt3'], }) error: __vite_ssr_import_2__.default is not a function

> Odd, because I can't reproduce it Thank you for your quick support: npx nuxi init nuxt-app cd nuxt-app npm i npm install --save-dev @intlify/nuxt3 // nuxt.config.ts export default defineNuxtConfig({...

Here is the package lock file. thx for the support ![test1](https://user-images.githubusercontent.com/14692286/174482632-6c398f76-4b6d-4748-bb7f-82c428960b52.jpg) ![Unbenanq343nt-2](https://user-images.githubusercontent.com/14692286/174552180-a2362769-6405-4ed6-9502-cb9a7a3af79b.jpg) [package-lock.zip](https://github.com/intlify/nuxt3/files/8935623/package-lock.zip)