core icon indicating copy to clipboard operation
core copied to clipboard

missing MIT license in resulting package.json

Open mn-42 opened this issue 2 years ago • 2 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/[email protected]" 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",

mn-42 avatar Aug 10 '23 09:08 mn-42

same for me using davglass license-checker

zinnchen avatar Nov 08 '23 08:11 zinnchen

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

Kevin-Terblanche avatar Feb 16 '24 11:02 Kevin-Terblanche