I had to run an "npm audit fix" on my project and from there after all "ng serve", I get the following error:
ERROR in TypeError: tooling_1.constructorParametersDownlevelTransform is not a function
Has anyone ever experienced this?
Thank you!
SOLUTION:
npm install @angular-devkit/[email protected]
I just got same error. If you are using Angular 9 in your app check version of @angular-devkit/build-angular. I had version 0.1000.0 which I assume is intended for Angular v10. Probably got there by running ncu I just downgraded on 0.9xxx.x and this error message is not showing anymore.
To fix this issue just downgrade angular-devkit/build-angular
:
npm install @angular-devkit/[email protected]
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With