I have just created a new Angular CLI project and have added the Angular Material library.
My versions are as follows:
- node => 11.3.0
- npm => 6.7.0
- ng => 6.1.10
- googleapis => 36.0.0
I am trying to run ng build
and continue to receive the above error message. Has anyone else run into this issue, and if so, how were you able to solve it?
It seems like there were some fixes by upgrading to the latest TS and/or removing and reinstalling your node_modules
, but I have done each with no luck.