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

bug: node v18.19.0 or greater breaks ts-node #52

Open
mfw78 opened this issue Jan 2, 2024 · 0 comments
Open

bug: node v18.19.0 or greater breaks ts-node #52

mfw78 opened this issue Jan 2, 2024 · 0 comments

Comments

@mfw78
Copy link
Contributor

mfw78 commented Jan 2, 2024

Problem

When trying to build the schema, ts-node is used, however this breaks depending on node engine version. Refer: TypeStrong/ts-node#1997

Solution

  1. Use --loader ?; or
  2. Set the correct engine limitation in package.json to ensure that the package is built with the correct version of node.
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

No branches or pull requests

1 participant