missing MIT license in resulting package.json
mn-42 opened this issue · 3 comments
Current behavior
the resulting package.json contains as license info:
"license": "SEE LICENSE IN LICENSE",
license checker is failing when using the current version of this lib with error:
Package "@ngx-translate/core@15.0.0" is licensed under "Custom: LICENSE" which is not permitted by the --onlyAllow flag. Exiting.
Expected behavior
should contain "MIT" as before angular 16
"license": "MIT",
How do you think that we should fix this?
add the license info to the component.json
Minimal reproduction of the problem with instructions
use the lib and check the resulting package.json in the node_modules directory.
For Tooling issues:
- Node version: v18.12.1
- Platform: Mac, Linux, Windows
Others:
as license checker we use:
"license-checker-rseidelsohn": "^4.2.6",
same for me using davglass license-checker
I am having the same problem is there any solution for this as yet? we are also using the davglass license-checker some updates on this would be helpful
Fixed in v16