[schematics] more details about the missing fields
- Linguagem predominante
- TypeScript
- Estrelas
- 27k
- Forks
- 11.8k
- Merge médio
- 14h 23min
- PRs com merge (30d)
- 162
Descrição
Error: Schematic "init" is missing fields.
what exactly the missing fields?
```
//collection.json
{
"$schema": "../../../node_modules/@angular-devkit/schematics/collection-schema.json",
"schematics": {
"init": {
"description": "creates a new builder",
"factory": "./index#init",
"schema": "./init.schema.json"
}
}
}
```
modify:
after houres of inspecting, the issue was from another schematic ( i.e: using externalSchematic() )
so, it is better to explain whitch schematic that this issue belongs to
Guia de contribuição
Direção de pesquisa
Comece pelo caminho de erro do Schematics envolvido ao resolver a entrada `init` em `collection.json` e, em seguida, reproduza o caso em que `externalSchematic()` invoca outro schematic. Rastreie como `init.schema.json` e o schematic externo são identificados; está concluído quando o erro nomear o schematic ao qual pertencem os campos ausentes.
Escrita pelo modelo de indexação a partir do texto da issue.
Avaliação
- Stack de tecnologia
- angular, typescript
- Domínio
- cli, tooling
- Tipo de issue
- Bug
- Dificuldade
- 3/5
- Tempo estimado
- 1-2 dias
- Status de atividade
- Estagnada
- Clareza
- Razoavelmente clara
- Facilidade para iniciantes
- 35/100