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
With "typed.js": "^2.0.16" in package.json old version 2.0.132 is installed because 132 is bigger than 16.
"typed.js": "^2.0.16"
package.json
2.0.132
Version 2.0.132 is here: https://www.npmjs.com/package/typed.js/v/2.0.132
Couldn't get a reliable one, some combination of yarn install typed.js, deletion of node_modules and yarn.lock and then reinstalling with yarn.
yarn install typed.js
node_modules
yarn.lock
yarn
A ^2.1.0 release would prevent such errors.
^2.1.0
The text was updated successfully, but these errors were encountered:
thanks for catching this! fixed in the latest release
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Description
With
"typed.js": "^2.0.16"
inpackage.json
old version2.0.132
is installed because 132 is bigger than 16.Version
2.0.132
is here: https://www.npmjs.com/package/typed.js/v/2.0.132Steps to Reproduce
Couldn't get a reliable one, some combination of
yarn install typed.js
, deletion ofnode_modules
andyarn.lock
and then reinstalling withyarn
.A
^2.1.0
release would prevent such errors.The text was updated successfully, but these errors were encountered: