I want to use SurveyJS library, Once I clone the code-examples repo and try to run I get these errors for no reason. Same code works on other PCs. I tried to uninstall and re-install NodeJS multiple times with different versions and the same with Angular but still have the same error.
https://github.com/surveyjs/code-examples/tree/main/get-started-creator/angular
#[ERROR] Angular compilation initialization failed.
3 messages · Page 1 of 1 (latest)
"Cannot resolve type entity ix.Module" messages can be hard to debug - I found these useful:
https://github.com/angular/angular/issues/47945#issuecomment-1301356163
https://github.com/ng-packagr/ng-packagr/issues/2225#issuecomment-1016172549
GitHub
Which @angular/* package(s) are the source of the bug? animations, compiler-cli, core, Don't known / other Is this a regression? Yes Description All the sudden without any major dependency chan...
thanks, I'll take a look