Open bl4ckb0ne opened 3 years ago
jest
is the biggest culprit.tslint
with eslint
, which avoids the typestrict
dependency issues.joiful
. The only runtime dependencies of joiful
are joi
and Node.js itself.It's been a few years, and now the scope of dependencies has doubled: reflect-metadata
exists as a required peer dependency. Since the version specifier is 0.1.13
only that exact version will match. This is causing me some headaches, and I'm working around it with npm overrides.