Skip to content

Outdated version of package "del" causes TypeScript project compile failures #207

@josundt

Description

@josundt

Issue description or question

clean-webpack-plugin's dependency to package "del": "^4.1.1" now causes TypeScript compilation failure in projects that has a more recent version of glob or minimatch installed.

del<=4.1.1 pulls in and outdated version of @types/glob as dependency - this should have been a devDependency.
This has been fixed in more recent version of del.

Right now, clean-webpack-plugin causes TypeScript build failure unless skipLibCheck compiler option is set to true.
Please fix by updating del to a latest (or more recent) version!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions