You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
When there's an error in Nuxt (e.g. syntax error), Nuxt renders a default error page, with a summary of the error.
html-validator tries to validate the error page's html, which isn't valid out of the box. Because of this, any helpful messages about the syntax error which were printed in terminal are buried by html-validator's output.
Describe the solution you'd like to see
Provide a mechanism to ignore Nuxt's default error html.
Describe alternatives you've considered
I've tried using this, but it doesn't seem to work - maybe because your ignore mechanism is looking for a route, and the error message can be shown on any route?
Is your feature request related to a problem? Please describe.
When there's an error in Nuxt (e.g. syntax error), Nuxt renders a default error page, with a summary of the error.
html-validator tries to validate the error page's html, which isn't valid out of the box. Because of this, any helpful messages about the syntax error which were printed in terminal are buried by html-validator's output.
Describe the solution you'd like to see
Provide a mechanism to ignore Nuxt's default error html.
Describe alternatives you've considered
I've tried using this, but it doesn't seem to work - maybe because your
ignore
mechanism is looking for a route, and the error message can be shown on any route?The text was updated successfully, but these errors were encountered: