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 installing Melody (i.e. through create-melody-app) a bunch of warnings about invalid peer dependencies is generated.
create-melody-app
warning "melody-component@1.0.0" has incorrect peer dependency "melody-idom@^0.10.0". warning "melody-compiler@1.0.0" has incorrect peer dependency "melody-idom@^0.10.0". warning "melody-compiler@1.0.0" has incorrect peer dependency "melody-parser@^0.10.0". warning "melody-compiler@1.0.0" has incorrect peer dependency "melody-runtime@^0.10.0". warning "melody-compiler@1.0.0" has incorrect peer dependency "melody-traverse@^0.10.0". warning "melody-compiler@1.0.0" has incorrect peer dependency "melody-types@^0.10.0". warning "melody-extension-core@1.0.0" has incorrect peer dependency "melody-idom@^0.10.0". warning "melody-extension-core@1.0.0" has incorrect peer dependency "melody-parser@^0.10.0". warning "melody-extension-core@1.0.0" has incorrect peer dependency "melody-runtime@^0.10.0". warning "melody-extension-core@1.0.0" has incorrect peer dependency "melody-traverse@^0.10.0". warning "melody-extension-core@1.0.0" has incorrect peer dependency "melody-types@^0.10.0". warning "melody-parser@1.0.0" has incorrect peer dependency "melody-types@^0.10.0". warning "melody-plugin-idom@1.0.0" has incorrect peer dependency "melody-types@^0.10.0". warning "melody-traverse@1.0.0" has incorrect peer dependency "melody-types@^0.10.0".
The text was updated successfully, but these errors were encountered:
Thanks, this has been fixed in 1.0.1
Sorry, something went wrong.
No branches or pull requests
When installing Melody (i.e. through
create-melody-app
) a bunch of warnings about invalid peer dependencies is generated.The text was updated successfully, but these errors were encountered: