You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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:
The solution is either to use
node-fetch
instead (which is declared as a dependency) or includenode-fetch-h2
in the dependencies.The text was updated successfully, but these errors were encountered: