SortableJS/ngx-sortablejs

wrong version tag latest on NPM?

gmaggiodev opened this issue · 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

you can install with ngx-sortablejs@9.0.0 or ngx-sortablejs@10.0.0 , the lastest tag is not important.

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 ngx-sortablejs@10.0.0 latest

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

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

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