简体   繁体   English

Grunt尝试安装带有警告的grunt-contrib-concat软件包

[英]Grunt trying to install grunt-contrib-concat package with a warning

I am trying to run grunt for my angular project. 我正在为自己的棱角计划奔波。 I run below command. 我在命令下运行。

npm install grunt-contrib-concat

And it gives me below warning in command line. 它在命令行中给了我以下警告。

WARN package.json grunt-cli@0.1.13 No license field.

Please help. 请帮忙。

It is always expected to mention about the licence in the package.json so-that other people will get to know whether they have permission to use the project or not. 总是希望在package.json中提到许可证,以便其他人知道他们是否有权使用该项目。 So, if you mention about this licence in the package.json, you will not get that warning. 因此,如果在package.json中提及此许可证,则不会收到该警告。

To know more https://docs.npmjs.com/files/package.json#license 要了解更多https://docs.npmjs.com/files/package.json#license

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

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