question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

PackageVersionMismatchError

See original GitHub issue

Describe 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:closed
  • Created 4 years ago
  • Reactions:2
  • Comments:5 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
pastelskycommented, Sep 29, 2019

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.

0reactions
jennifer-shehanecommented, Jul 30, 2019

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found