Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

typescript peer dependency warning #137

Closed
sodatea opened this issue Apr 16, 2019 · 0 comments
Closed

typescript peer dependency warning #137

sodatea opened this issue Apr 16, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@sodatea
Copy link
Contributor

sodatea commented Apr 16, 2019

The ts-node dependency requires a peer dependency of typescript >= 2.0 but it is not listed in this project's package.json.

Technically peer dependencies should be listed at every step of the dependency chain (see vuejs/vue-cli#1190 (comment)).

Considering ts-node is only needed for typescript server support, it can be listed as an optional peer dependency (implemented in yarn, and pnpm also showed interest)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants