We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The ts-node dependency requires a peer dependency of typescript >= 2.0 but it is not listed in this project's package.json.
ts-node
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)
The text was updated successfully, but these errors were encountered:
52db4db
No branches or pull requests
The
ts-node
dependency requires a peer dependency of typescript >= 2.0 but it is not listed in this project'spackage.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)The text was updated successfully, but these errors were encountered: