Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Cannot find module '@angular/forms' or its corresponding type declarations.ts(2307)

Tags:

angular

I just ran an 'npm update' on my project and some errors occured by the 'import' parts of some ts components like this (and of course tons of compilation errors):

enter image description here

What should I do now? How can I modify the code, or turn it back to work the imports again? Thanks in advance!

like image 723
LPedro7 Avatar asked Oct 18 '25 23:10

LPedro7


1 Answers

By stopping 'ng serve' and start it again solved the problem.

like image 146
LPedro7 Avatar answered Oct 21 '25 23:10

LPedro7