acacode / acacode/swagger-typescript-api

`node-fetch-h2` not installed

オープン
#518 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る
主要言語
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 はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。