无法解析'font-path(%22bootstrap / glyphicons-halflings-regular.eot%22'

时间:2018-08-23 10:43:12

标签: css fonts sass bootstrap-4 angular6

场景:

  • 从Angular 2迁移到6后出现错误。
  • 使用angular-cli创建了一个新项目,并将其源代码替换为 我的。
  • 运行ng服务时,出现以下错误:-

错误:
Error in ng serve 总体上有6个错误。以下是app.scss文件:-

@import "~bootstrap-sass/assets/stylesheets/bootstrap-sprockets";
@import "~bootstrap-sass/assets/stylesheets/bootstrap";
@import "~font-awesome/scss/font-awesome.scss";
@import "bootstrap-checkbox.scss";
// @import "forms.scss";
// @import "main.scss";
@import "bootstrap-and-customizations.scss";
@import 'old.scss';
@import 'forms.scss';
@import "dashboard.scss";

1 个答案:

答案 0 :(得分:0)

尝试这样导入

@import "~bootstrap/scss/bootstrap.scss";