componizer icon indicating copy to clipboard operation
componizer copied to clipboard

Error: Schematic input doesnot validate against the schema

Open div661 opened this issue 3 years ago • 0 comments

Hi @bilelmsekni ,

I am trying to use your vscode extension for my project. I have also installed below package as my dev-dependency.

"@componizer/schematics": "0.0.7"

I am using angular v13 -> but I tried with angular/cli v 10.2.0, seeing your sample. But it didn't helped.

Can you please help?

npx ng g @componizer/schematics:ng-componize --name filters --activeFile "<file_path_goes_here>" --start 4 --end 98 --customSkipImport false --debugMode true
Schematic input does not validate against the Schema: {"style":"scss","name":"filters","activeFile":"<file_path>","start":4,"end":98,"customSkipImport":"false","debugMode":"true","skipImport":false,"project":"<project_name>"}
Errors:

  Data path "" should NOT have additional properties(activeFile).

div661 avatar Jan 26 '22 17:01 div661