I\'m trying to use bootstrap 4 with my angular installation. i\'ve run npm install --save bootstrap@next but i have a break at runtime :
./node_modules/css-l
I had the same problem with Bootstrap 4.1.1. Solution is to change Boostrap version to 4.0.0-beta.2 (without the caret) in package.json then run
package.json
npm install ng serve
And also add import "~bootstrap/dist/css.bootstrap.css" in your style.css file.
import "~bootstrap/dist/css.bootstrap.css"
style.css