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

package.json is configured with >=^, causing the build verification version to fail #72

Open
Lneedy opened this issue Jan 23, 2024 · 1 comment

Comments

@Lneedy
Copy link

Lneedy commented Jan 23, 2024

When using this npm package, it is found that the package verification does not meet the standards, resulting in an error.
If used in npm, a "warning" will be prompted.
If the verification is stricter in a self-built tool, an "error" will be reported directly!

@Lneedy
Copy link
Author

Lneedy commented Jan 23, 2024

npm installtion log
warning "workspace-aggregator-0c1e3fe6-c008-4847-8604-b72fb48a91cd > @canner/slate-icon-table > create-table-picker > [email protected]" has incorrect peer dependency "react@>=^16.0.0".
warning "workspace-aggregator-0c1e3fe6-c008-4847-8604-b72fb48a91cd > @canner/slate-icon-table > create-table-picker > [email protected]" has incorrect peer dependency "react-dom@>=^16.0.0".
warning "workspace-aggregator-0c1e3fe6-c008-4847-8604-b72fb48a91cd > @canner/slate-icon-table > create-table-picker > react-hovertable > [email protected]" has incorrect peer dependency "react@>=^16.0.0".
warning "workspace-aggregator-0c1e3fe6-c008-4847-8604-b72fb48a91cd > @canner/slate-icon-table > create-table-picker > react-hovertable > [email protected]" has incorrect peer dependency "react-dom@>=^16.0.0".

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