forwardemail / forwardemail/supertest
Fix types, to prevent errors compiling nest.js for some versions of node
Open
- Dominant language
- JavaScript
- Stars
- 14.4k
- Forks
- 782
- PR merge metrics
- No merged PRs in 30d
Description
According to https://stackoverflow.com/a/70868796 :
Supertest has a dependency on "@types/supertest" which wildcards "@types/superagent": "*", and that dependency has another wildcard dependency "@types/node": "*", ***but the types within @types/supertest actually require @types/node >=16.X.X***.
Contributor guide
Assessment
This issue has not been assessed yet.