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
Bootstrap 4 doesn't use CSS anymore. In this version the SCSS is used. So instead of importing '~bootstrap/scss/bootstrap.css', you should import '~bootstrap/scss/bootstrap.scss'.
'~bootstrap/scss/bootstrap.css'
'~bootstrap/scss/bootstrap.scss'