ngx-translate / core

The internationalization (i18n) library for Angular
MIT License
4.51k stars 574 forks source link

missing MIT license in resulting package.json #1443

Open mn-42 opened 1 year ago

mn-42 commented 1 year ago

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:

Others: as license checker we use:

"license-checker-rseidelsohn": "^4.2.6",
zinnchen commented 11 months ago

same for me using davglass license-checker

Kevin-Terblanche commented 8 months ago

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