PackageVersionMismatchError
See original GitHub issueDescribe the bug I’ve released a new version of my package 2 days ago but BundlePhobia can’t find the new version. It’s currently stuck at 0.6.0 even though 2 more versions were released.
Npm link: https://www.npmjs.com/package/nope-validator GitHub link: https://github.com/bvego/nope-validator
To Reproduce https://bundlephobia.com/result?p=nope-validator
Overriding with: https://bundlephobia.com/result?p=nope-validator@0.7.2 shows a PackageVersionMismatchError
that reports that it is still stuck on 0.6.0
Expected behavior It should report the newest package version details (0.7.2) and be able to find it. Maybe I missed something - but NPM shows 0.7.2 and I’ve correctly tagged it as such in GitHub
Awesome project by the way!
Issue Analytics
- State:
- Created 4 years ago
- Reactions:2
- Comments:5 (1 by maintainers)
Top Results From Across the Web
How do I fix a "Vue packages version mismatch" error on ...
Module build failed: Error: Vue packages version mismatch: - vue@2.0.8 - vue-template-compiler@2.2.6 This may cause things to work incorrectly. Make sure to use ......
Read more >Vue packages version mismatch error fix | by Allan Philip Barku
Vue packages version mismatch error occurs when Vue and Vue-template-compiler version numbers are different. Image of error message in the terminal.
Read more >How to Fix " Vue packages version mismatch:" error in Laravel ...
This may cause things to work incorrectly. Make sure to use the same version for both. If you are using vue-loader@>=10.0, simply update...
Read more >Vue packages version mismatch error · Issue #470 - GitHub
Vue packages version mismatch: - vue@2.0.5 - vue-template-compiler@2.0.6 This may cause things to work incorrectly.
Read more >how to fix Vue packages version mismatch error - Laracasts
This may cause things to work incorrectly. Make sure to use the same version for both. If you are using vue-loader@>=10.0, simply update...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
This was occurring because of the algolia index we used to resolve package versions – it often lagged official npm registry data. This is should be fixed in the next release (by tomorrow) now that we’ve switched to using the official registry.
I’m having the same issue. Our package has a newer released version that isn’t showing up as registered in bundlephobia. Wondering how frequently the data is fetched for this? Why wouldn’t a newly published version be found? It’s version is shown as published on npm.