BrowserslistError: Unknown browser major

后端 未结 9 1610
南旧
南旧 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:46

    The issue could be that you got the latest build with some bug. I noticed that bootstrap@4.0.0-beta.3 is causing this issue, but not bootstrap@4.0.0-beta.2. Check if yours is the same. Try uninstalling that and run something with a specific version.

    npm install bootstrap@4.0.0-alpha.6

    This resolved my problem.

提交回复
热议问题