svg-icons-builder icon indicating copy to clipboard operation
svg-icons-builder copied to clipboard

An unhandled exception occurred: NOT SUPPORTED: keyword "id", use "$id" for schema ID

Open KeithHayes23 opened this issue 2 years ago • 0 comments

You simple need to change you schema.json file: from: "id": "SVGIconsBuilderGenerateIconLib", to: "$id": "SVGIconsBuilderGenerateIconLib"

This is due to a depreciation in npm ajv lib.

KeithHayes23 avatar May 12 '23 16:05 KeithHayes23