Search code examples
javascriptvue.jswebnuxt.jsnetlify

Error generating route "/": HTML minification failed. Nuxt js


I developed a nuxt app and it works perfectly when run with "npm run dev". But when I generating the site with "npx nuxt generate" console shows following error. I cant find the error. Please help me. enter image description here


Solution

  • I have solved the problem. There were two reasons for that in my case.

    1. There were some css classes in html which are not defined in css file.
    2. There were pictures with broken links and some are not exist in source folder.