Skip to content
This repository was archived by the owner on May 5, 2024. It is now read-only.
This repository was archived by the owner on May 5, 2024. It is now read-only.

Grunt Task Error Fatal error: fs.emptyDir is not a function #12

@ethyde

Description

@ethyde

Hi,

I try to add mdcss to a Postcss project. But i have the following error Fatal error: fs.emptyDir is not a function.

My grunt task

postcss: {
    options: {
        processors: [
            require('mdcss')
        ]
    },
    dev: {
        src: 'app/styles/main.css'
    }
}

In my package.json

"grunt": "^0.4.5",
"grunt-postcss": "^0.7.1",
"mdcss": "^1.5.0",
"mdcss-theme-github": "^2.2.0",
"postcss": "^5.0.14"

Thanks for your help ! :)

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions