Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

missing MIT license in resulting package.json #1443

Open
mn-42 opened this issue Aug 10, 2023 · 2 comments
Open

missing MIT license in resulting package.json #1443

mn-42 opened this issue Aug 10, 2023 · 2 comments

Comments

@mn-42
Copy link

mn-42 commented Aug 10, 2023

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",
@zinnchen
Copy link

zinnchen commented Nov 8, 2023

same for me using davglass license-checker

@Kevin-Terblanche
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants