如何删除NPM项目?

时间:2015-03-16 05:31:54

标签: npm

我将一些垃圾代码推入了npm。如何删除项目?有一个更好的选择。我的项目还没有任何用户。

谢谢!

麦克

1 个答案:

答案 0 :(得分:1)

从手册页npm help unpublish

DESCRIPTION
       This  removes  a  package version from the registry, deleting its entry
       and removing the tarball.

       If no version is specified, or if all versions  are  removed  then  the
       root package entry is removed from the registry entirely.

npm unpublish --force之后,包裹仍然在我身边。

npm info列出了所有版本。 npm unpublish package@x.x.x --force已逐个删除它们。之后我检查了npmjs.org并且包页面说:"此包已经未发布"