Node.js NPM搜索显示版本相同但日期不同的包

Node.js NPM搜索显示版本相同但日期不同的包,node.js,npm,Node.js,Npm,我对命令npm search helpers输出有疑问 npm WARN search fast search endpoint errored. Using old search. NAME | DESCRIPTION | AUTHOR | DATE | VERSION | KEYWORDS helpers |

我对命令
npm search helpers
输出有疑问

npm WARN search fast search endpoint errored. Using old search.
NAME                      | DESCRIPTION          | AUTHOR          | DATE       | VERSION  | KEYWORDS
helpers                                          |                 | 2018-08-27 | 1.9.6    |         
helpers                                          |                 | 2018-08-28 | 1.9.6    | 
helpers                                          |                 | 2018-08-28 | 1.9.6    | 
helpers                                          |                 | 2018-08-28 | 1.9.6    | 
正如您所看到的,同一个包在同一版本但日期不同的情况下震惊了三次。该软件包昨天发布的版本为
1.9.6
,而
未发布的版本为
/published`今天发布的版本为同一版本。

我认为这是正常的行为?我希望每个软件包版本都有一个条目。

NPM
没有带搜索功能的iSUUE,否则我无法重复您的问题 尝试使用命令
npm i-g npm
sudo npm i-g npm

我的调查:

$npm-v

>5.6.0

$npm搜索帮助程序

日期2018年8月28日 搜索结果:

NAME                      | DESCRIPTION          | AUTHOR          | DATE       | VERSION  | KEYWORDS
helpers                   | helper functions…    | =fshost         | 2013-07-23 | 0.0.6    |
babel-helpers             | Collection of…       | =existentialism… | 2017-04-07 | 6.24.1   |
@babel/helpers            | Collection of…       | =danez…         | 2018-08-27 | 7.0.0    |
underscore                | JavaScript's…        | =jashkenas…     | 2018-05-31 | 1.9.1    | util functional server client browser
@turf/helpers             | turf helpers module  | =rowanwins…     | 2018-05-20 | 6.1.4    | geo point turf geojson
dom-helpers               | tiny modular DOM…    | =monastic.panic | 2017-12-20 | 3.3.1    | dom-helpers react-component dom api cross-browser style event height width dom-helpers class classlist css
babel-plugin-external-hel | This plugin…         | =existentialism… | 2017-01-20 | 6.22.0   | babel-plugin
pers                      |                      |                 |            |          |
@babel/helper-plugin-util | General utilities…   | =danez…         | 2018-08-27 | 7.0.0    |
s                         |                      |                 |            |          |
postcss-message-helpers   | PostCSS helpers to…  | =jonathantneal… | 2015-01-26 | 2.0.0    | css postcss postcss-plugins messages error warning
babel-helper-function-nam | Helper function to…  | =existentialism… | 2017-04-07 | 6.24.1   |
e                         |                      |                 |            |          |
babel-helper-hoist-variab | Helper function to…  | =existentialism… | 2017-04-07 | 6.24.1   |
les                       |                      |                 |            |          |
babel-helper-define-map   | Helper function to…  | =existentialism… | 2017-08-16 | 6.26.0   |
babel-helper-regex        | Helper function to…  | =existentialism… | 2017-08-16 | 6.26.0   |
babel-plugin-transform-ru | Externalise…         | =existentialism… | 2017-02-13 | 6.23.0   | babel-plugin
ntime                     |                      |                 |            |          |
babel-helper-optimise-cal | Helper function to…  | =jmm…           | 2017-04-07 | 6.24.1   |
l-expression              |                      |                 |            |          |
@babel/helper-function-na | Helper function to…  | =danez…         | 2018-08-27 | 7.0.0    |
me                        |                      |                 |            |          |
babel-helper-get-function | Helper function to…  | =existentialism… | 2017-04-07 | 6.24.1   |
-arity                    |                      |                 |            |          |
enzyme                    | JavaScript Testing…  | =airbnb…        | 2018-08-25 | 3.5.0    | javascript shallow rendering shallowRender test reactjs react flux testing test utils assertion helpers tdd mocha
@babel/plugin-external-he | This plugin…         | =danez…         | 2018-08-27 | 7.0.0    | babel-plugin
lpers                     |                      |                 |            |          |
babel-helper-call-delegat | Helper function to…  | =existentialism… | 2017-04-07 | 6.24.1   |
e                         |                      |                 |            |          |

请附上npm searchHI@107a lexdykyі的完整命令。我修正了这个问题:)Helpers是我们自己的注册表上的一个私有存储库。在模块的下一个版本中,请创建新的git标记。可能您没有理解这一点。git标签与此无关。如果您尝试发布同一模块两次(我的意思是使用相同的版本),注册表将不会接受第二个请求。我的问题不是如何发布2个不同的版本,而是为什么如果注册表拒绝发布请求,我可以在不同日期看到相同的软件包版本?@GiorgioCerruti,抱歉,我不知道你问题的答案,请尝试添加更多细节,也许有人可以帮你,此外,您还可以在github中创建npm Repository上的问题—完全没有问题。无论如何,谢谢你的帮助:)