Data path "" must have required property 'project'.
- 主要語言
- TypeScript
- 星號
- 27k
- 分支
- 11.8k
- 平均合併
- 14 小時 23 分鐘
- 30 天內合併 PR
- 162
描述
### Command
generate
### Is this a regression?
- [X] Yes, this behavior used to work in the previous version
### The previous version in which this bug was not present was
_No response_
### Description
Hi
We have two projects that use Angular and Angular CLI. After we've upgraded both projects to Angular 16.x we can't use schematics for one of the projects (second project is fine).
We tried to clear node_modules or cache folders but it didn't help.
### Minimal Reproduction
Any time we try to use schematics we always receive an error:
`ng generate class Test`
### Exception or Error
```text
Schematic input does not validate against the Schema: {"name":"Test","path":"src/app/model"}
Errors:
Data path "" must have required property 'project'.
```
### Your Environment
```text
Angular CLI: 16.1.0
Node: 20.3.0 (Unsupported)
Package Manager: yarn 3.5.1
OS: win32 x64
Angular: 16.1.1
... animations, cdk, common, compiler, compiler-cli, core, forms
... google-maps, localize, material, platform-browser
... platform-browser-dynamic, router
Package Version
---------------------------------------------------------
@angular-devkit/architect 0.1601.0
@angular-devkit/build-angular 16.1.0
@angular-devkit/core 16.1.0
@angular-devkit/schematics 16.1.0
@angular/cli 16.1.0
@schematics/angular 16.1.0
rxjs 7.8.1
typescript 5.0.4
```
### Anything else relevant?
_No response_
貢獻指南
研究方向
在所描述的 Angular CLI 16.1.0 環境中重現回報的 `ng generate class Test` 指令,並檢查要求 `project` 的 schematic 驗證錯誤。比較失敗專案的設定與正常運作專案的設定;當類別產生成功且沒有 schema 錯誤時即表示完成。
由索引模型根據 Issue 內容生成。
評估
- 技術堆疊
- angular, node.js, typescript
- 領域
- cli, tooling
- Issue 類型
- 缺陷
- 難度
- 3/5
- 預估耗時
- 1-2 天
- 活躍度
- 停滯
- 描述清晰度
- 基本清楚
- 新手友好度
- 35/100