{"record":{"id":"c752250d5c0ddd5d","repo":"medusajs/medusa","slug":"skipped-skippedicons-length-icons-check-the-lo","errorCode":null,"errorMessage":"Skipped ${skippedIcons.length} icons. Check the logs for more information.","messagePattern":"Skipped (.+?) icons\\. Check the logs for more information\\.","errorType":"console","errorClass":null,"httpStatus":null,"severity":"warning","filePath":"packages/design-system/toolbox/src/commands/icons/command.ts","lineNumber":161,"sourceCode":"      \n            const svgElement = screen.getByTestId(\"icon\")\n\n            expect(svgElement).toBeInTheDocument()\n\n            cleanup()\n          })\n        })\n      `\n\n      await fse.outputFile(testFilePath, testFile)\n    })\n\n    await Promise.all(requests)\n  }\n  logger.success(\"Successfully transformed SVGs\")\n\n  if (skippedIcons.length) {\n    logger.warn(\n      `Skipped ${skippedIcons.length} icons. Check the logs for more information.`\n    )\n  }\n\n  logger.info(\"Generating index file\")\n\n  await generateIndex(output)\n\n  logger.success(\"Successfully generated index file\")\n\n  logger.success(`Successfully generated ${length} icons ✨`)\n}\n","sourceCodeStart":143,"sourceCodeEnd":174,"githubUrl":"https://github.com/medusajs/medusa/blob/5e06e544a296b9033f20f71f11c559f81a0e5739/packages/design-system/toolbox/src/commands/icons/command.ts#L143-L174","documentation":"After the icons command finishes fetching and transforming SVGs, it reports how many icons were added to the skippedIcons list (from missing URL or failed fetch). This is a summary warning only — the command continues and generates the index file without the skipped icons.","triggerScenarios":"One or more icons hit the missing-URL or failed-fetch paths during generateIcons; the count is reported at the end.","commonSituations":"Bulk generation with a few broken/moved Figma nodes or a brief network blip; expected noise when the Figma file is mid-refactor.","solutions":["Cross-reference earlier 'Failed to fetch icon ...' warnings to see exactly which icons skipped","Fix the affected Figma nodes (or the images map) and re-run to get a complete icon set","Verify the generated index/components omit the skipped icons intentionally before publishing"],"exampleFix":null,"handlingStrategy":"fallback","validationCode":"if (skippedIcons.length) {\n  // fail the CI build or report the missing icons explicitly\n  throw new Error(`Icons skipped: ${skippedIcons.join(\", \")}`)\n}","typeGuard":null,"tryCatchPattern":null,"preventionTips":["Fail builds when any icon skips so gaps are caught early","Compare generated icon count against the Figma source list"],"tags":["design-system","toolbox","icons","summary"],"backgroundTag":"asset-fetch-failed","analyzedSha":"5e06e544a296b9033f20f71f11c559f81a0e5739","analyzedAt":"2026-08-27T07:24:39.599Z","schemaVersion":2},"datasetVersion":"2026-08-27T08:17:20.692Z"}