acacode / acacode/swagger-typescript-api
`node-fetch-h2` not installed
Đang mở
- Ngôn ngữ chính
- TypeScript
- Star
- 4.1k
- Fork
- 436
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
This package imports a dependency - `node-fetch-h2` - but it is not installed by this package, at least directly. This causes the import to fail for PNPM because of its strictness regarding access to subdependencies.
The error I see is this:
```
Error: Cannot find module 'node-fetch-h2'
```
The solution is either to use `node-fetch` instead (which **is** declared as a dependency) or include `node-fetch-h2` in the dependencies.
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Đánh giá
Issue này chưa được đánh giá.