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
Update to latest Svelte version
peer svelte@"^3.0.0" from [email protected]
The text was updated successfully, but these errors were encountered:
Could you please more information about the issue ?
Sorry, something went wrong.
Sure. Node will refuse to install the plugin on a project that uses Svelte ^4.0.0 with the message:
... npm ERR! Found: [email protected] ... npm ERR! Could not resolve dependency: npm ERR! peer svelte@"^3.0.0" from [email protected] ...
which looks like the plugin enforces major version 3 as a peer dependency. Can't use it on a major version 4 project
so what could be the solution for this ? I would like to work on this, i can get the solution that is to be implemented.
No branches or pull requests
🙋 Feature Request
Detailed description
Update to latest Svelte version
Related to a problem?
peer svelte@"^3.0.0" from [email protected]
The text was updated successfully, but these errors were encountered: