How to unpublish npm packages in nexus oss

I installed the NPM Nexus repository (2.10.0) and administer a user with full access to this repo. By setting the "_auth" and "always-auth" options in my local .npmrc, publishing and reading npm artifacts works well. But if I try to cancel the publication or refuse the npm artifact, I get the error message "... This request requires authentication credentials. Run npm loginand retry the request ...".

What is the preferred way to remove artifacts from the nexus npm repository?

THX, David

+4
source share
2 answers
+3

, Nexus 2.11 npm unpublish npm deprecate.

, npm- :
Nexus, tarballs .../nexus/storage/<your_npm_repo>/<your_package>/-/ Nexus 'rebuild npm:

npm , . npm - , , rsync .

npm-repo. ( tarballs, npm pack.)

+3

All Articles