-
-
Notifications
You must be signed in to change notification settings - Fork 601
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
Error: Unable to use specified module loaders for ".ts". #1993
Comments
You need to install something from:
Without it we can't covert ts to js |
But I think we should improve the error message |
It was ts-node indeed, but yeah, error message needs improvements :) |
will do, this err is coming from interpreting so maybe we can throw our own err if required packages are missing |
Thank you! |
I am getting this exact issue for
Any idea what could be causing this? It just started happening out of nowhere and none of my package versions have changed. I've reverted the project to its last known good state and still get this error. |
You don't have |
@evilebottnawi edit: I looked into it more tonight.
|
Thanks for checking @soulofmischief, yes it will be improved today |
you are right |
yeah, please improve the error message. I just ran into the same error and was very confused because ts-loader was installed. i heard of ts-node for the first time. |
Describe the bug
Hey there, just updated to wp-cli 4.1 an webpack 5.3 and getting the following error
What is the current behavior?
To Reproduce
My config:
Steps to reproduce the behavior:
Expected behavior
functioning build
Screenshots
Please paste the results of
webpack-cli info
here, and mention other relevant informationAdditional context
The text was updated successfully, but these errors were encountered: