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.
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.