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
For those still having problems:
Manually remove the url to bootsrap CSS from angular-cli.json
"styles": [ **"../node_modules/bootstrap/dist/css/bootstrap.min.css",** "../node_modules/font-awesome/css/font-awesome.min.css", "styles.css" ]