[schematics] more details about the missing fields
- Ngôn ngữ chính
- TypeScript
- Star
- 27k
- Fork
- 11.8k
- Merge trung bình
- 14 giờ 23 phút
- Pull request đã merge (30 ngày)
- 162
Mô tả
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
Hướng dẫn đóng góp
Hướng nghiên cứu
Bắt đầu với đường dẫn lỗi của Schematics liên quan đến việc phân giải mục `init` trong `collection.json`, sau đó tái hiện trường hợp `externalSchematic()` gọi một schematic khác. Theo dõi cách `init.schema.json` và schematic bên ngoài được xác định; hoàn tất khi lỗi nêu tên schematic sở hữu các trường còn thiếu.
Do mô hình lập chỉ mục viết ra từ nội dung của issue.
Đánh giá
- Công nghệ
- angular, typescript
- Lĩnh vực
- cli, tooling
- Loại issue
- Lỗi
- Độ khó
- 3/5
- Thời gian dự kiến
- 1-2 ngày
- Mức độ hoạt động
- Đình trệ
- Độ rõ ràng
- Khá rõ ràng
- Mức phù hợp với người mới
- 35/100