Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[clean-frontend][clean-gzip-json] Cannot require('del') #433

Closed
t2ym opened this issue Jul 26, 2023 · 1 comment
Closed

[clean-frontend][clean-gzip-json] Cannot require('del') #433

t2ym opened this issue Jul 26, 2023 · 1 comment

Comments

@t2ym
Copy link
Owner

t2ym commented Jul 26, 2023

[clean-frontend][clean-gzip-json] Cannot require('del')

Root Cause

  • clean-frontend and clean-gzip-json depend on "del": "*", which resolves to commonjs incompatible 7.0.0

Fix

  • Specify "del": "^6.1.1" to avoid incompatible versions
t2ym added a commit that referenced this issue Jul 26, 2023
t2ym added a commit that referenced this issue Jul 26, 2023
t2ym added a commit that referenced this issue Jul 26, 2023
@t2ym
Copy link
Owner Author

t2ym commented Jul 26, 2023

0.4.0-alpha.57 is mainly for Issue #432 Integration with reportage and TypeScript

@t2ym t2ym closed this as completed in ee33d23 Jul 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant