-
Notifications
You must be signed in to change notification settings - Fork 2
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
TypeError [ERR_UNKNOWN_FILE_EXTENSION]: Unknown file extension ".mts" #3
Comments
@koakh What is your node version? |
hello @HanielU first: thanks for your reply and awesome repo second: sorry for the delay, I only see this message right now my node version is node -v
v20.2.0 thanks if I use latest LTS like v18.16.0 it fails with other errors, for ex @apps/server:dev: Error [ERR_REQUIRE_ESM]: Must use import to load ES Module: /mnt/storage/Development/Svelte/SvelteKit/SvelteKitPayloadCMSTRPCTurborepo/sk-trpc-payload/apps/server/src/trpc/router.mts
@apps/server:dev: require() of ES modules is not supported. thanks UPDATE: I think I fix it in node v18.16.0 I can make some notes of the changes and send or make a PR |
@koakh That's fine if you can make a PR My node version node -v
v18.12.1 |
Any update on this? |
What problem do you have, In my case, I solve it using node -v Like it was reported above, if you have any other problem, please specify it |
when run project
it gives bellow error on server
any clue on how to solve it
awesome repo starter budie
thanks
The text was updated successfully, but these errors were encountered: