We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If mime is the node package the backslide relies on for that method call, it seems like changing that call to mime.getType() fixes the issue for me.
mime
mime.getType()
The text was updated successfully, but these errors were encountered:
Arg they updated the package without respecting semver as it's a breaking change 😞 I'll fix that thanks for reporting.
Sorry, something went wrong.
083b858
Merge pull request #38 from sinedied/bugfix/export
2e984d9
Added missing mime package, updated deps and fixed #37
2.3.1 released with the bug fixed.
No branches or pull requests
If
mime
is the node package the backslide relies on for that method call, it seems like changing that call tomime.getType()
fixes the issue for me.The text was updated successfully, but these errors were encountered: