代码之家  ›  专栏  ›  技术社区  ›  theerasan tonthongkam

未找到或无法读取要导入的文件:@material/button/mdc button

  •  1
  • theerasan tonthongkam  · 技术社区  · 6 年前

    我使用的是AngularV6.1.2版本,只是入门指南之后的初始项目。然后我在这个链接之后添加MDC https://www.npmjs.com/package/material-components-web

    然后在styles.scss文件的项目中,我只是像这样导入MDC scss

    @import "~material-components-web/material-components-web";
    

    然后我运行应用程序它显示了这个错误

    模块生成失败: ^ 找不到要导入的文件或文件不可读:@material/button/mdc button。 等等。。。

    我试着在 angular.json 就像下面的代码,但不起作用。

    "stylePreprocessorOptions": {
        "includePaths": [
            "./node_modules/material-components-web", "./node_modules/@material"
        ]
    }
    

    还有什么我错过的吗?

    1 回复  |  直到 6 年前
        1
  •  1
  •   theerasan tonthongkam    6 年前
    "stylePreprocessorOptions": {
        "includePaths": [
            "./node_modules"
        ]
    }
    

    包括在内 node_modules 路径,因为 material-components-web @material