You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using d2l-license-checker
I followed the steps mentioned in the repo, but when I run it I am always getting:
Package "name_of_certain_package" doesn't meet license requirements (BSD*).
I want to specify a list of licenses that are accepted and BSD is one of them
in the description it was mentioned that: A simple tool to check licenses of all npm dependencies in a project against an approved set of licenses
what are the licenses that approved and how can we specify them ?
I know about the config file .licenseschecker.json but still can't find what I need
in general the examples for this package are very rare
any help ?
The text was updated successfully, but these errors were encountered:
I am using d2l-license-checker
I followed the steps mentioned in the repo, but when I run it I am always getting:
Package "name_of_certain_package" doesn't meet license requirements (BSD*).
I want to specify a list of licenses that are accepted and BSD is one of them
in the description it was mentioned that:
A simple tool to check licenses of all npm dependencies in a project against an approved set of licenses
what are the licenses that approved and how can we specify them ?
I know about the config file .licenseschecker.json but still can't find what I need
in general the examples for this package are very rare
any help ?
The text was updated successfully, but these errors were encountered: