Skip to content
New issue

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

upgrading to 0.8 makes previously published packages invisible #63

Closed
jedi4ever opened this issue Apr 3, 2014 · 2 comments
Closed

upgrading to 0.8 makes previously published packages invisible #63

jedi4ever opened this issue Apr 3, 2014 · 2 comments

Comments

@jedi4ever
Copy link

  • I've upgraded sinopia from 0.7.1 -> 0.8
  • the cache of previous packages was not visible with a npm view <package>.
  • it would to just do the http gets and then display nothing
  • Only newly npm installed versions show up.
  • reverting to 0.7.1 made them visibile again

Will further investigate

@rlidwka
Copy link
Owner

rlidwka commented Apr 3, 2014

Confirmed, it happens when latest tag is not present. Will be fixed soon, looks like npm registry is always setting it up, so it makes sense to mimic that behaviour.

If you want to test it further, you can set ignore_latest_tag: true in your sinopia config (it's default 0.7.1 behaviour, but was changed in 0.8.0 because of 4 separate issues).

Curious thing is that npm can install things without latest tag, but can't view them.

@rlidwka
Copy link
Owner

rlidwka commented Apr 17, 2014

@jedi4ever, please check out 0.8.1. Now latest tag is always present in the output, so npm should display it correctly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants