gpt4 book ai didi

node.js - NPM 和 Git 存储库字段缺失,但我的 package.json 中有一个

转载 作者:太空宇宙 更新时间:2023-11-04 03:11:04 25 4
gpt4 key购买 nike

这是我的 NPM 包 JSON,Git 存储库在 json 中定义。它是由 Kiln 托管的受密码保护的。但 NPM 仍然提示存储库字段丢失?

这是错误npm WARN package.json dateformat@1.0.2-1.2.3 没有存储库字段。

这是我的 package.json 的内容

{
"name": "Pocket-to-Pocket",
"version": "1.0.0",
"description": "Card Management App For PFS",
"main": "Gruntfile.js",
"scripts": {},
"repository": {
"type": "git",
"url": "https://nyx.kilnhg.com/Code/Prepaid-Financial-Services/Group/Pocket-to-Pocket.git"
},
"author": "Nyx Digital",
"license": "All Rights Reserved.",
"devDependencies": {
"grunt": "~0.4.1",
"grunt-imageoptim": "~1.2.12"
}
}

最佳答案

该警告是依赖项警告,仅意味着版本 1.0.2-1.2.3 的包 dateformat 没有存储库字段。这不会影响您的应用程序,也不是错误,只是警告。

您可以检查这一点,因为您的应用程序依赖于 Grunt,而 Grunt 依赖于 dateformat@1.0.2-1.2.3。通过检查GitHub存储库,可以看到dateformat的存储库字段直到1.2.3版本之后才添加。提交是 here .

关于node.js - NPM 和 Git 存储库字段缺失,但我的 package.json 中有一个,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18685368/

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