"latest" tag is now always present in any package (issue #63) tags created with new npm versions (>= 1.3.19) can now be published correctly 1 Apr 2014, version 0.8.0 use gzip compression whenever possible (issue #54) set ignore_latest_tag to false, it should now be more compatible ...
All that is left now is to publish your package. To do so we first need to login to our registry withnpm login. You will be prompted for the username and password you previously setup. When this is done, in the root ofhello-worldjust runnpm publishand the magic is done. ...
If one try to republish the package, verdaccio refuses it. Also it is not possible to unpublish it once more because metadata is missed. To Reproduce To reproduce network error on the unpublish step you can commit this line:https://github.com/verdaccio/verdaccio/blob/5.x/src/api/endpoint/...
is-npm@1.0.0 +-- latest-version@1.0.1 | `-- package-json@1.2.0 | +-- got@3.3.1 | | +-- duplexify@3.5.0 | | | +-- end-of-stream@1.0.0 | | | | `-- once@1.3.3 | | | `-- stream-shift@1.0.0 | | +-- infinity-agent@2.0.3 | | +-- is-redirect@1.0.0 | |...