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

Version 1.0.8 no longer in NPMJS repo #34

Closed
mrsimonemms opened this issue Apr 3, 2013 · 10 comments
Closed

Version 1.0.8 no longer in NPMJS repo #34

mrsimonemms opened this issue Apr 3, 2013 · 10 comments

Comments

@mrsimonemms
Copy link

Hi there

We're using Lazy v1.0.8 on a production system. It appears, since the commit to version 1.0.9 11 days ago that the NPM cannot access v1.0.8.

Can you create tags for all versions so they persist forever?

S

@pkrumins
Copy link
Owner

pkrumins commented Apr 8, 2013

I'm going to attempt to unpublish lazy@1.0.8, and publish it again.

@pkrumins
Copy link
Owner

pkrumins commented Apr 8, 2013

I've made a terrible mistake earlier when I published lazy@2.0.0 and realized it doesn't have to be 2.0.0. I accidentally ran npm -f unpublish lazy instaead of npm -f unpublish lazy@2.0.0 so all the lazy versions are gone from npm.

@pkrumins
Copy link
Owner

pkrumins commented Apr 8, 2013

Now I don't really know what to do because I forgot to tag the versions. I can re-create 1.0.8 because it was the one before the last update, but 1.0.0 - 1.0.7 are gone I'm afraid.

@pkrumins
Copy link
Owner

pkrumins commented Apr 8, 2013

1.0.8 is now back in npm! Sorry about this. I made a mistake and I should've been more careful. Please confirm that it works for you and I'll close the issue. I'll start tagging releases from now on github.

@mbrevoort
Copy link

thanks :)

@mrsimonemms
Copy link
Author

Right, we're mostly winning. Both v1.0.8 and v1.0.9 are published (thanks), however 1.0.8 is marked at the latest version. I assume you want v1.0.9 as the latest.

Have a look at the JSON in https://registry.npmjs.org/lazy/ - should explain things a little easier.

@sergeyksv
Copy link

Can you please make 1.0.9 marked as latest in npmjs because this breaks packages that depend on it when running on node v10.

@pkrumins
Copy link
Owner

pkrumins commented Apr 9, 2013

Yes of course I can do that. I'm trying to figure out how right now.

@pkrumins
Copy link
Owner

pkrumins commented Apr 9, 2013

Okay, I just simply did npm unpublish lazy@1.0.9, npm unpublish lazy@1.0.8, and then npm publish both versions in order! Everything looks good now, and I'm closing the issue.

@pkrumins pkrumins closed this as completed Apr 9, 2013
@mrsimonemms
Copy link
Author

All tested from our end - thanks very much

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

4 participants