BrowserslistError: Unknown browser major

后端 未结 9 1677
南旧
南旧 2020-12-15 07:30

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         


        
9条回答
  •  臣服心动
    2020-12-15 07:34

    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'.

提交回复
热议问题