Shazron Abdullah created CB-12749:
-------------------------------------
Summary: coho should not care about license dependencies for
"check-license"
Key: CB-12749
URL: https://issues.apache.org/jira/browse/CB-12749
Project: Apache Cordova
Issue Type: Bug
Components: Coho
Reporter: Shazron Abdullah
Assignee: Shazron Abdullah
We only care about licenses of code we ship (only code in the repo, like
bundled deps).
Right now it complains about node_module deps:
{code}
coho check-license -r tools > license.txt
Warning: dependency "configstore" probably not installed.
please install dependencies from npm before running nlf
Warning: dependency "cordova-common" probably not installed.
please install dependencies from npm before running nlf
Warning: dependency "cordova-lib" probably not installed.
please install dependencies from npm before running nlf
Warning: dependency "editor" probably not installed.
please install dependencies from npm before running nlf
Warning: dependency "insight" probably not installed.
please install dependencies from npm before running nlf
Warning: dependency "nopt" probably not installed.
please install dependencies from npm before running nlf
Warning: dependency "q" probably not installed.
please install dependencies from npm before running nlf
Warning: dependency "update-notifier" probably not installed.
please install dependencies from npm before running nlf
Warning: dependency "cordova-lib" probably not installed.
please install dependencies from npm before running nlf
Warning: dependency "nopt" probably not installed.
please install dependencies from npm before running nlf
Warning: dependency "q" probably not installed.
please install dependencies from npm before running nlf
Warning: dependency "cordova-app-hello-world" probably not installed.
please install dependencies from npm before running nlf
Warning: dependency "cordova-common" probably not installed.
please install dependencies from npm before running nlf
Warning: dependency "cordova-fetch" probably not installed.
please install dependencies from npm before running nlf
Warning: dependency "q" probably not installed.
please install dependencies from npm before running nlf
Warning: dependency "shelljs" probably not installed.
please install dependencies from npm before running nlf
Warning: dependency "valid-identifier" probably not installed.
please install dependencies from npm before running nlf
Warning: dependency "browserify" probably not installed.
please install dependencies from npm before running nlf
{code}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]