In the trainer folder, the angular.json file is missing the link to the bootstrap css. It has ```javascript "styles": [ "src/styles.css" ], ``` Instead of: ```javascript "styles": [ "node_modules/bootstrap/dist/css/bootstrap.min.css", "src/styles.css" ], ``` This causes a compilation error when trying to install the base files.