我将一些垃圾代码推入了npm。如何删除项目?有一个更好的选择。我的项目还没有任何用户。
谢谢!
麦克
答案 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并且包页面说:"此包已经未发布"