Skip to content

Build fails due to invalid fonticons path #16

Closed
@Markus-ipse

Description

@Markus-ipse

When I try to build my project I get the following error:

events.js:72
throw er; // Unhandled 'error' event
^
Error: '../../node_modules/material-design-fonticons/styles/mdfi.css' wasn't found in file node_modules\material-ui\docs\dist\less\scaffolding.less line no. 9

But if I go into scaffolding.less and change the path from:

@import (less)"../../node_modules/material-design-fonticons/styles/mdfi.css";

to:

@import (less)"../../../node_modules/material-design-fonticons/styles/mdfi.css";

then it works again.

Activity

hai-cea

hai-cea commented on Nov 8, 2014

@hai-cea
Member

This looks like a discrepancy between the docs site and the npm package. I'll that corrected today.

added a commit that references this issue on May 1, 2017

Merge pull request mui#16 from ctrlplusb/greenkeeper-update-all

added a commit that references this issue on Nov 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bug 🐛Something doesn't work

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @Markus-ipse@hai-cea

        Issue actions

          Build fails due to invalid fonticons path · Issue #16 · mui/material-ui