[TIMOB-11529] CLI: Warning message during npm install of the CLI
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | High |
Status | Closed |
Resolution | Won't Fix |
Resolution Date | 2012-10-18T17:13:13.000+0000 |
Affected Version/s | Release 3.0.0 |
Fix Version/s | n/a |
Components | Tooling |
Labels | qe-cli |
Reporter | Tamila Smolich |
Assignee | Chris Barber |
Created | 2012-10-18T17:03:21.000+0000 |
Updated | 2014-06-19T12:43:17.000+0000 |
Description
Description:
Warning message "npm WARN package.json cycle@1.0.0 No README.md file found!" during npm install of the CLI.
Steps:
1. Run "sudo npm install -g titanium"
Expected:
No warning messages
Actual:
Warning message "npm WARN package.json cycle@1.0.0 No README.md file found!"
Cycle is a dependency that we do not own and it's perfectly fine that a node module does not have a README file.