ngx-sortablejs icon indicating copy to clipboard operation
ngx-sortablejs copied to clipboard

wrong version tag latest on NPM?

Open gmaggiodev opened this issue 4 years ago • 4 comments

The actual situation on NPM is that 9.0.0 is marked as latest and 10.0.0 has no tag. Probably this is due to NPM publish sequence.

If it is not intended, can you fix the tags please?

image

gmaggiodev avatar Nov 03 '20 10:11 gmaggiodev

you can install with [email protected] or [email protected] , the lastest tag is not important.

carbonhe avatar Nov 04 '20 06:11 carbonhe

Sure I know, but installing without @version install the 9.0.0 and this sounds strange to me. If it is not intended you could move the label with npm dist-tag add <pkg>@<version>. In this case should be:

npm dist-tag add [email protected] latest

Anyway no problem if you do not want to change it. Thanks

gmaggiodev avatar Nov 04 '20 07:11 gmaggiodev

Thank you for telling me this command,I will do it right away.

carbonhe avatar Nov 04 '20 07:11 carbonhe

I have experienced this issue as well a few days ago when I ran npm update. Works like a charm now!

maciej-laskowski avatar Nov 04 '20 11:11 maciej-laskowski