I switched to a new laptop and cloned my angular code.
I ran npm install and tried to run ng serve as I did on my older linux laptop.
However I get tons of TS compilation errors.
How can I check what is missing?
I use npm v9.2 in both cases.
I switched to a new laptop and cloned my angular code.
I ran npm install and tried to run ng serve as I did on my older linux laptop.
However I get tons of TS compilation errors.
How can I check what is missing?
I use npm v9.2 in both cases.