DEV Community

Cannot find module '@angular/core' or its corresponding type declarations

OlaNeat Ayoola on June 23, 2022

i recently updated my project angular version from v11 to v14 the other version worked, but this version 14 isnt working, anytime i start the serve...
Collapse
 
vantigranyan profile image
Van Tigranyan

Any luck here @olaneat?

Collapse
 
itsmuskanagarwal profile image
Muskan

Try "npm ls" it will show conflicting dependencies, resolve those. It worked for me.