Web Artifacts Builder Error Handling

Sub-skill of web-artifacts-builder: Error Handling.

vamseeachanta Updated

File contents

Error Handling

Error Handling

Common Issues

Issue: CDN library not loading

  • Cause: Network issue or wrong URL
  • Solution: Pin version, add fallback, test offline

Issue: File doesn't open in browser

  • Cause: Browser blocking local file access
  • Solution: Use a simple HTTP server or data: URLs

Issue: Charts not rendering

  • Cause: DOM not ready when script runs
  • Solution: Use DOMContentLoaded event

Issue: Styles not applying

  • Cause: CSS specificity or load order
  • Solution: Use more specific selectors, check order

vamseeachanta/workspace-hub/tree/main/.agents/skills/_internal/builders/web-artifacts-builder/error-handling commit c15134be13

Frequently asked questions

npx skillmds@latest add vamseeachanta/web-artifacts-builder-error-handling