I'm trying to build an Angular 5 project for deployment to IIS.
When I run the following command:
ng build --prod
I get the following error:
Error in ./node-modules/bootstrap/dist/css/bootstrap.min.css.
Module build failed: BrowserslistError: Unknown browser major.
I read about this error and saw a suggested solution is to upgrade your Angular CLI to 1.7.0 or newer. My CLI version is 1.7.3 and Bootstrap version is 4.0.0.
How do I fix this error so that I can build my solution?