【发布时间】:2020-09-15 11:56:50
【问题描述】:
ERROR in ./src/app/app.component.ts
Module not found: Error: Can't resolve './app.component.css' in '/home/tjay/produce-market/src/app'
ERROR in ./src/app/produce/create-produce/create-produce.component.ts
Module not found: Error: Can't resolve './create-produce.component.css' in '/home/tjay/produce-market/src/app/produce/create-produce'
ERROR in ./src/app/produce/produce-item/produce-item.component.ts
Module not found: Error: Can't resolve './produce-item.component.css' in '/home/tjay/produce-market/src/app/produce/produce-item'
** Angular Live Development Server is listening on localhost:4200, open your browser on http://localhost:4200/ **
ℹ 「wdm」: Failed to compile.
【问题讨论】:
-
请向我们展示 index.html 中的 base-href 和完整的 package.json。错误何时发生“ng start”?还是在构建/部署之后?
-
是不是因为你把
angular.json中的样式改成了scss? -
我发现了错误,虽然我选择了 SCSS,但我仍然指向 .CSS 文件。道歉
标签: angular components