我是Angular 6的新手,在我的项目中我得到了以下错误
原文链接:https://www.f2er.com/angularjs/141226.htmlERROR in multi ./node_modules/bootstrap/dist/css/bootstrap.min.css ./styles.css Module not found: Error: Can't resolve 'C:\Users\User\e-CommerceWebsite\styles.css' in 'C:\Users\User\e-CommerceWebsite'
和浏览器显示
cannot Get
angular.json
"styles": [ "./node_modules/bootstrap/dist/css/bootstrap.min.css","styles.css" ],"scripts": [ "./node_modules/jquery/dist/jquery.min.js","./node_modules/popper.js/dist/popper.min.js","./node_modules/bootstrap/dist/js/bootstrap.min.js" ]
styles.css的
@import '~bootstrap/dist/css/bootstrap.min.css'; ... ... ...
提到这个:bootstrap not connect to the angular 6?
任何人都可以帮我修复此错误.