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
Category
Component
All of 'em.
Describe the bug
When you try to update a plugin while using blockly v8.0.2 npm is not able to resolve the dependency (as reported here: #1147).
Expected behavior
NPM should be able to resolve the dependencies.
Additional context
Instead of a version range like ^7 - 8 we should use >=7 <9. And when we release v9 of Blockly it should change to >=7 <10.
^7 - 8
>=7 <9
>=7 <10
The text was updated successfully, but these errors were encountered:
Also as reported in #1135
Sorry, something went wrong.
BeksOmega
Successfully merging a pull request may close this issue.
Category
Component
All of 'em.
Describe the bug
When you try to update a plugin while using blockly v8.0.2 npm is not able to resolve the dependency (as reported here: #1147).
Expected behavior
NPM should be able to resolve the dependencies.
Additional context
Instead of a version range like
^7 - 8
we should use>=7 <9
. And when we release v9 of Blockly it should change to>=7 <10
.The text was updated successfully, but these errors were encountered: