gpt4 book ai didi

npm - 如何删除 npm 中的 dist-tag?

转载 作者:行者123 更新时间:2023-12-04 02:16:36 26 4
gpt4 key购买 nike

正在学习npm .

我有 2 个 dist 标签,beta: 1.0.1 & latest: 1.0.1 .

我要删除 beta: 1.0.1 &我做不到。

我尝试了以下方法,不起作用。

npm dist-tag rm beta 1.0.1  
npm dist-tag rm beta
npm dist-tag rm 1.0.1

最糟糕的情况是,npm 文档没有关于如何删除 dist-tag 的示例!

编辑 :按照建议,浏览了 github 页面。贡献者要求更新 npm .还是没用。

最佳答案

根据 this how-to-npm GitHub 问题,您应该删除 dist-tag像这样:

npm dist-tag rm <module name> beta
哪里 <module name>复制自 "name" 中的参数package.json :
{
"name": "@user/exampleNameOfModule",
^
... |
- copy this, without quotes
},

关于npm - 如何删除 npm 中的 dist-tag?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44965289/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com