Showing boostrap importing error while compiling the project. Solution:- Add boostrap in the _package.json_ ` "bootstrap": "^4.4.1"` and change import in _app.scss_ `@import "~bootstrap/dist/css/bootstrap.css";`