Skip to content Skip to sidebar Skip to footer

Angular Project Build Successfully But Giving These Errors

It shows me these errors after the project is run and build style.d.ts(72,67): error TS1144: '{' or ';' expected. node_modules/@angular/flex-layout/extended/typings/style/style.d.t

Solution 1:

you need to install flax-layout again

npm uninstall @angular/flex-layout --save

than

 npm install @angular/flex-layout@6.0.0.15-beta --save 

Solution 2:

execute in the terminal: tsc -v

At this time, the latest verstion would it be: 3.0.3

enter image description here

If not, you have a problem reference with your typescript version.

Post a Comment for "Angular Project Build Successfully But Giving These Errors"