Friday, May 17, 2024
 Popular · Latest · Hot · Upcoming
97
rated 0 times [  102] [ 5]  / answers: 1 / hits: 50048  / 8 Years ago, fri, april 29, 2016, 12:00:00

Is there a possible way to remove or delete the entire module from npm registry?



Notice: npm -f unpublish doesn't allowed you to unpublish anything older than 24 hours


More From » node.js

 Answers
9

There's a post about that, given the recent incident. Your best bet would be to contact npm and hope that your package isn't depended by other projects.



If the version is older than 24 hours, then the unpublish will fail, with a message to contact [email protected].


If you contact support, they will check to see if removing that version of your package would break any other installs. If so, we will not remove it. You’ll either have to transfer ownership of the package or reach out to the owners of dependent packages to change their dependency.


http://blog.npmjs.org/post/141905368000/changes-to-npms-unpublish-policy



[#62357] Wednesday, April 27, 2016, 8 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
kearaw

Total Points: 713
Total Questions: 94
Total Answers: 109

Location: Western Sahara
Member since Sun, Nov 22, 2020
4 Years ago
;