RSeidelsohn/license-checker-rseidelsohn

Issues with NPM 9

Closed this issue · 5 comments

Hello all,

I'm facing some issues to install the license-checker-rseidelsohn due my CI/CD environment is current using the npm 9. Any reason we don't allow this version? I have seen this restriction was added recently.

image

slhck commented

I think you should file a PR that bumps this line:

"npm": "^8",

in the package.json to use >=8.

I agree a >=8 if this application actually supports npm versions above 8

I don't seem to have any issues at all using npm 9 with it at least.

My CI pipeline fails because of the restriction :(

Sorry guys, this was my fault. There was no reason whatsoever to limit npm major versions to 8. I now fixed this in release 4.1.0.
Please tell me if you still have any issues.

It's working again, thanks for the fix!