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
Hi!
I use the following versions:
After yarn install I become:
yarn install
warning "vite-ssr > @rollup/[email protected]" has unmet peer dependency "rollup@^1.20.0 || ^2.0.0". warning "vite-ssr > [email protected]" has unmet peer dependency "react@>=16.8". warning "vite-ssr > [email protected]" has unmet peer dependency "react-dom@>=16.8". warning "vite-ssr > [email protected]" has unmet peer dependency "react@^16.8.0 || ^17.0.0 || ^18.0.0". warning "vite-ssr > @rollup/plugin-replace > @rollup/[email protected]" has unmet peer dependency "rollup@^1.20.0||^2.0.0". warning "vite-ssr > react-router-dom > [email protected]" has unmet peer dependency "react@>=16.8".
Is yarn not respecting peerDependenciesMeta and "optional": true (I use Vue not React)? Do @rollup/plugin-replace need an update?
peerDependenciesMeta
"optional": true
@rollup/plugin-replace
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi!
I use the following versions:
After
yarn install
I become:Is yarn not respecting
peerDependenciesMeta
and"optional": true
(I use Vue not React)?Do
@rollup/plugin-replace
need an update?The text was updated successfully, but these errors were encountered: