ON THIS PAGE

Debug

Debugging Nuxt Apps

Issues

See Nuxt Issues for past problems and errors.

Troubleshooting

If app is not behaving as expected, with no apparent cause, cleanup and reinstall:

rm -rf node_modules .nuxt pnpm-lock.yaml
pnpm i

As well, Nuxt provides several mechanism for detecting errors:

 

Copyright @ 2025 Anne Brown