Skip to content
This repository has been archived by the owner on Oct 2, 2020. It is now read-only.

latest version on npm does not match latest version on github #71

Closed
kevin-smets opened this issue Nov 27, 2015 · 2 comments
Closed

latest version on npm does not match latest version on github #71

kevin-smets opened this issue Nov 27, 2015 · 2 comments

Comments

@kevin-smets
Copy link

At the time of writing, npm should list v0.35.1 as latest version. However, on https://www.npmjs.com/package/electron-prebuilt, it lists 0.34.4 as latest release.

screen shot 2015-11-27 at 05 53 20

For some reason, npm i -D electron-prebuilt works just dandy, it installs v0.35.1 and saved the proper tag in my package.json.

But running npm info electron-prebuilt returns nothing at all. This causes problems for other modules like npm-check-updates...

@ghost
Copy link

ghost commented Nov 27, 2015

Yes this happens when Electron publishes new versions of old releases. I tried to solve it once before but apparently that doesn't work. If anyone has ideas for what to try next I'm all 👂s

@max-mapper max-mapper changed the title Npm registration is corrupt? latest version on npm does not match latest version on github Nov 28, 2015
@zeke
Copy link
Member

zeke commented Oct 7, 2016

This is an issue with npm's website. The ideal thing would be for npm to provide a way to view a list of all versions on the site, but alas no such feature exists. Also their website is not open source any more, so you can't submit a PR to improve the state of things. The best you can do is open an issue at https://github.com/npm/www/issues

In the meantime, you can always see a full list of versions for any package with this command:

npm show electron-prebuilt versions

@zeke zeke closed this as completed Oct 7, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants