Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 412 Bytes

File metadata and controls

19 lines (13 loc) · 412 Bytes

Troubleshooting - Sistema Votos y Puntos

Preview en blanco

  1. Revisar consola del navegador.
  2. Ejecutar npm run build y luego npm run preview.
  3. Probar node scripts/diagnose.js.

Errores comunes

  • Imports rotos en componentes Kanban.
  • LocalStorage deshabilitado en entorno restringido.
  • Dependencias no instaladas.

Checklist rapido

  1. npm install
  2. npm run check
  3. npm run build