angular-extensions / svg-icons-builder

Angular builder to build svg-icons using svg-to-ts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

KeithHayes23 opened this issue · 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.