⚠ This page is served via a proxy. Original site: https://github.com
This service does not collect credentials or authentication data.
Skip to content
This repository was archived by the owner on Dec 19, 2025. It is now read-only.

Expose @types/node as a peer dependency#332

Open
nevir wants to merge 1 commit intowclr:masterfrom
nevir:patch-1
Open

Expose @types/node as a peer dependency#332
nevir wants to merge 1 commit intowclr:masterfrom
nevir:patch-1

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 subscribe to this conversation on GitHub. Already have an account? Sign in.

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