-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Description
@codechecks/client@0.1.10 has a dependency on node-ts ^8.0.2. But node-ts@8.0.2 has a peer dependency on typescript >=2.0, and node-ts@8.6.0 (which is what gets installed today) has a peer dependency on typescript >=2.7.
Since the CodeChecks client module is the one that depends on the module with the peer dependency, as I understand it the CodeChecks client module is the one that is responsible for depending on it as a non-peer dependency. There should be a dependency on typescript >=2.7 to satisfy node-ts, and this dependency needs to be bumped if/when node-ts releases a new version that matches ^8.0.2 and bumps its peer dependency version.
Without this dependency, I get this at the end of npm ls:
npm ERR! peer dep missing: typescript@>=2.7, required by ts-node@8.6.0
Metadata
Metadata
Assignees
Labels
No labels