Closed
Description
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.
Metadata
Metadata
Assignees
Labels
Projects
Milestone
Relationships
Development
No branches or pull requests
Activity
hai-cea commentedon Nov 8, 2014
This looks like a discrepancy between the docs site and the npm package. I'll that corrected today.
Merge pull request mui#16 from ctrlplusb/greenkeeper-update-all
[DatePicker] Squash compat commits