node.jsangularnpmdevextremedevextreme-angular

Uncaught TypeError: Cannot read property 'id' of undefined at registerNgModuleType


I have a problem that when I clone my repository of the app in angular, after installing the node_module and executing the ng serve it throws me this error and I have already looked for a thousand and one answers but none are correct, the app is from angular 8.1 and my angular global is 11 I do not know if it can influence, but it is with the only angular project that happens to me, at times the ng serve lifts the project and it can be seen but I barely make a modification and I give it save this error appears, I need help that advice me give?

enter image description here


Solution

  • I had the same problem.

    I solved the problem by disabled the Angular Language Service for that workspace. I hope this solves your problem