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
Problem description The "latest" tag on npm does not point to the latest version
Expected behavior If I pull "latest" I get 19.0.0
Actual behavior I get 18.6.1
This also messes up our outdated-dependencies scan, see below.
Error message/stack trace
npm outdated Package Current Wanted Latest Location Depended by tedious 19.0.0 19.0.0 18.6.1 node_modules/tedious example-project
Any other details that can be helpful Screenshot from npmjs.com taken on Oct 31
The text was updated successfully, but these errors were encountered:
Really great post! Thank you @dthunell 🥇
Sorry, something went wrong.
This has been bothering me for a while now, happy to see you bring it up 🙏
No branches or pull requests
Problem description
The "latest" tag on npm does not point to the latest version
Expected behavior
If I pull "latest" I get 19.0.0
Actual behavior
I get 18.6.1
This also messes up our outdated-dependencies scan, see below.
Error message/stack trace
Any other details that can be helpful
Screenshot from npmjs.com taken on Oct 31
The text was updated successfully, but these errors were encountered: