1. 指定发布目标2. 登录npm,使用登录名发布包,包名命名原则“@登录名/包名”,或 “包名”
3. 删除某一个版本npm unpublish @pvfhv/eslint–config–prettier@1.0.1 —force
Unfortunately, there is no longer any way to re–use a previously unpublished version of a package in the npm registry. The reason for this is that various systems rely on “name@version” being a unique identifier, and start throwing security warnings if the shasum changes.
While this policy is inconvenient in situations like yours, it also closes a very significant potential security vulnerability if any part of the registry infrastructure is ever compromised, without asking humans to keep track of opaque shasums themselves.
For this reason, we recommend bumping the “patch” version for even the most trivial updates.
原文地址:https://blog.csdn.net/pvfhv/article/details/132762228
本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。
如若转载,请注明出处:http://www.7code.cn/show_42966.html
如若内容造成侵权/违法违规/事实不符,请联系代码007邮箱:suwngjj01@126.com进行投诉反馈,一经查实,立即删除!