Unpublish NPM / UPM Package
✍ Last Updated : November 8, 2022
🚪 Prequisite Knowledge (Optional)
Describe Initial Knowledge that reader need to know before reading this article
❓ Key Question / Problem / Issue
Describe what question / Problem / Issue this knowledge should answer
How to Unpublish package from Node Package Registry
✅ Expected Output/Definition of Done
Define what information you really need and the definition of done
Simple guideline on how to unpublish package
🎁 Resulting Solution
Write writing results below
Go to package folder, and do command through CLI
npm unpublish <packagename>@<version> --force --registry=http://gateverdaccio.agate.id/
No Comments