Sign up to instantly unlock all premium code snippets.
UNLOCK CODE
Login
Comments
Want to participate?
Create a free Chris Courses account to begin
Login
d
dshhh posted 2 years ago
Getting a huge page of errors. Somethign from prettier.
somethign about potentially fixable with the `--fix` option
If I exit npm run dev and then run it again the page shows fine, but as soon as i make some change in the code and refresh the page, i get the full page of errors after briefly showing the normal page.
0
chris posted 2 years ago
Hi dshhh, might be some of the options associated with the initial scaffolding, particularly prettier and eslint. A quick fix would be to rescaffold the nuxt app and then select “none” for the prettier and eslint options. They’re more-so there to better your coding experience, but if it’s taking away since it doesn’t work to begin with, a simple removal for this course will still work.
This course itself could use a bit of an update since nuxt has changed so much over just the past year. I’ll be back in my studio Wednesday, so if you can wait til then, I should be able to start knocking out some updated videos here to get ya going.
Getting a huge page of errors. Somethign from prettier.
somethign about potentially fixable with the
`--fix` option
If I exit npm run dev and then run it again the page shows fine, but as soon as i make some change in the code and refresh the page, i get the full page of errors after briefly showing the normal page.