Giter VIP home page Giter VIP logo

Comments (14)

Flowko avatar Flowko commented on June 8, 2024 2

@dbudano thanks for ur reply, it helped me figure out what was causing it, we fixed it on the new version, not yet published, but will let you guys know once its done

from nuxt.

Flowko avatar Flowko commented on June 8, 2024 2

fixed in 0.8.0, please upgrade and let us know

from nuxt.

romainpauli avatar romainpauli commented on June 8, 2024 2

Thank you very much, I just updated and it works !

from nuxt.

vanling avatar vanling commented on June 8, 2024 1

@oscarmartins not yet unfortunately :(

Love this module, hope it's working soon.. would rather not make that email-html by hand 😂
Changing some codebases like this for now.

// import { useCompiler } from '#vue-email'
  const template = `${name} (${email}) send message:<br><br>${message}}`  // await useCompiler('contact-form.vue', {
  //   ...body,
  // })

from nuxt.

dbudano avatar dbudano commented on June 8, 2024 1

I had the same issue. It seems to come from the last version of vue/compiler-sfc and not vue-email. I solved it by overriding vue version of Nuxt to 3.3.8.

from nuxt.

dbudano avatar dbudano commented on June 8, 2024 1

@oscarmartins, I think you misunderstood...

You have to override the Vue version that Nuxt is using. You can edit your package.json

{
   ...
  "dependencies": {
    ...
    "vue": "3.3.8",
  },
  "overrides": {
    "@nuxt/devtools": {
      "vue": "3.3.8"
    },
    "nuxt": {
      "vue": "3.3.8"
    }
}

It allows me to build again while we are waiting for a fix. To be sure, I have also deleted lock files and node_modules.

from nuxt.

vanling avatar vanling commented on June 8, 2024 1

I can check monday morning <3 thanks for the hard work!

from nuxt.

Flowko avatar Flowko commented on June 8, 2024 1

just as a note here, u no longer need vue-i18n installed, it should work without it just fine

from nuxt.

oscarmartins avatar oscarmartins commented on June 8, 2024

In the same situation..

from nuxt.

oscarmartins avatar oscarmartins commented on June 8, 2024

@vanling any idea how we can overcome this little problem?
Thanks.

from nuxt.

oscarmartins avatar oscarmartins commented on June 8, 2024

@vanling 😂 I love this module too. Hope it's up and running soon. Crafting email HTML by hand feels like a journey back in time! ðŸ‘Đ‍ðŸ’ŧâœĻ Making some code changes for now...ðŸĪŠ

from nuxt.

oscarmartins avatar oscarmartins commented on June 8, 2024

@dbudano, appreciate the suggestion! However, I'm currently on Nuxt version 3.8.1.

@Dave136, do you happen to have any suggestions on how to work around this situation?

from nuxt.

oscarmartins avatar oscarmartins commented on June 8, 2024

@dbudano , my apologies for the misunderstanding. I initially misinterpreted it, thinking it was related to the Nuxt version.
If it's not too much to ask, would it be possible to share the configuration you have in nuxt.config and the versions of the modules you are using?

from nuxt.

Kephas3 avatar Kephas3 commented on June 8, 2024

Hello,

Build works with this workaround but at the launch of the app, this error et throwned :

[nuxt] [request error] [unhandled] [500] Cannot find module '/Users/app/.output/server/node_modules/vue/server-renderer/index.mjs' imported from /Users/app/.output/server/chunks/handlers/renderer.mjs

Also i'v noticed that this WARN is shown during the build :

â„đ .nuxt/dist/client/_nuxt/entry.a6709859.js                        621.99 kB │ gzip: 218.63 kB                                                                                                    8:56:22 AM

 WARN                                                                                                                                                                                              8:56:22 AM
(!) Some chunks are larger than 500 kBs after minification. Consider:
- Using dynamic import() to code-split the application
- Use build.rollupOptions.output.manualChunks to improve chunking: https://rollupjs.org/configuration-options/#output-manualchunks
- Adjust chunk size limit for this warning via build.chunkSizeWarningLimit.

from nuxt.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google âĪïļ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.