-
Notifications
You must be signed in to change notification settings - Fork 32
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
Invalid module - code ERR_INVALID_MODULE_SPECIFIER #74
Comments
Thanks for notifying here! I was on a quest to figure this out when it occurred to me to come see here. Unfortunately, I seem to be getting the same problem on Node v14.18.2... I had just upgraded to 16 to see if it would fix it.
And this is the day I pick to integrate Vitedge to my project 😅 |
Same error on v14.17.6, a different one for v14.16.1 and v.15.15.5.
|
@alexturpin I'm not seeing the issue with latest 14 🤔 |
@frandiox TypeScript. I also tried |
@alexturpin 0.17.4 should have these issues fixed. Can you please give it a try? |
@frandiox yes, thank you very much for the quick fix! |
I'm getting this error with reactesse-edge-template, regardless of node version. npm / yarn also makes no difference. Manual steps from the getting started page results in same. Running on windows. |
This error is thrown when using Node >= 16.2 due to this breaking change: nodejs/node#37468
Downgrade to 16.11 or 14 for now. This breaking change might be backported to 14 as well.
The text was updated successfully, but these errors were encountered: