This “LWC1010:Failed to resolve entry for module” compilation error is caused by an invalid reference to the component filename. By default camel case component folder names are mapped to kebab-case in the markup when calling them from Lightning Web Components. To resolve entry for module errors check the proper naming and hyphen.
Eg. myComponent would be my-component
Visual Studio code autocomplete would miss this component naming example – “myCRMApp”
To fix this myCRMApp would be my-c-r-m-app
Try it out and let me know if that fixes the “LWC1010: Failed to resolve entry for module” error in your code.
[…] on Lightning Web Components(LWC) and create a course in the next few months. Aside from learning kebab case is not a food, the other thing that made me scratch my head when I dabbled with LWC was decorators. […]
Thankyou, It helped !
Great to know it helped.
thank you ithelped ..