acacode / acacode/swagger-typescript-api
`node-fetch-h2` not installed
未关闭
- 主要语言
- TypeScript
- 星标
- 4.1k
- 派生
- 436
- PR 合并指标
- 30 天内没有已合并 PR
描述
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.
贡献指南
这个仓库没有索引到贡献指南
评估
这个 Issue 还没有评估数据。