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
When running zef install . from the examples directory, an error occurs:
zef install .
examples
===> Failed to find dependencies: MIME::Types
See also: raku-community-modules/MIME-Types#8
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
MIME::Types appears to be in the ecosystem now (I already have it installed).
The install still fails, but now it's because the tests fail: see #80
(also we should consider making this not installable, it looks like it's just convenience libs that aren't meant to be shared)
No branches or pull requests
When running
zef install .
from theexamples
directory, an error occurs:See also: raku-community-modules/MIME-Types#8
The text was updated successfully, but these errors were encountered: