简体   繁体   English

节点模块安装错误(Node.js)

[英]node module install error (Node.js)

终端输出

I can't install any node.js module without the follwing errors popping up. 没有以下错误,我无法安装任何node.js模块。 The error codes refer to the package.json file. 错误代码引用package.json文件。 Any idea why this would be happening would be hugely appreciated. 任何想法为什么会发生这种情况将不胜感激。

Those are not errors, they are just warnings. 这些不是错误,它们只是警告。 Everything is as it should be, though the module owners should probably clean up their package.json files. 尽管模块所有者可能应该清理其package.json文件,但一切都应该保持原样。

Those are not errors, are warnings. 这些不是错误,是警告。

As I already stated in the same question right here , this is just a new check added as of NPM 1.2.20. 正如我在同样的问题已经说明权在这里 ,这只是一个新的检查添加NPM 1.2.20的。

There are so much packages in NPM that still lack the repository field in their package.json file. NPM中有太多软件包,但仍缺少package.json文件中的repository字段。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM