Skip to content

Conversation

@nevir
Copy link

@nevir nevir commented Jan 16, 2023

ts-node declares @types/node as a peer dependency, so we've gotta also expose it in order to satisfy the peer dependency requirement

Fixes #319

ts-node declares `@types/node` as a peer dependency, so we've gotta also expose it in order to satisfy the peer dependency requirement
@JasonMan34
Copy link

+1

@rvitaliy
Copy link

still waiting for this merge 🙏 , my temporarily fix:

packageExtensions:
  ts-node-dev@*:
    peerDependencies:
      "@types/node": "^18.15.3" #TMP FIX W8 for merge of: https://github.com/wclr/ts-node-dev/pull/332

@TDSCondeNast
Copy link

Is there any reason not to merge this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

ts-node-dev doesn't provide @types/node (p9e5bc), requested by ts-node

4 participants