Description
In the Angular CLI chapter on the section of Global Library Installation, the path provided when loading the libraries in the node_modules directory may not be correct.
Error
The path provided looks like this '../node_modules/bootstrap/dist/css/bootstrap.css'.
Correction
The path should resemble this './node_modules/bootstrap/dist/css/bootstrap.css'
Source
https://github.com/codecraft-tv/angular-course/blob/current/3.angular-cli/1.overview/index.adoc