-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
[BUG] regression? "license" key in lockfile is never populated #7648
Comments
HI @chrisdlangton Could you list exact cmd you ran that led to license being stripped from lockfile? |
I have, and the results of the update vs install command is obvious if you run it |
Please use the issue template when making new issues. We get a LOT of issues opened and unless there is a very clearly defined reproduction case we simply do not have the time to try to find out how to reproduce them with limited info. Thanks. |
This comment has been minimized.
This comment has been minimized.
@HonkingGoose not a duplicate This is new, distinctly related to update not install, and the lock file not package.json, as described, very clearly.. And clearly reproductive too, so your comment is ingenuous Besides, the install issue couldn't have been a duplicate if you had read the report, so it's clear you also didn't read the reproduction steps. So, I created the identical content of this issue in the template, just in case layout was the cause of quick/sloppy triage - sorry for being concise and missing this layout requirement, I can be a bit too efficient sometimes and only realise others have trouble with it afterwards |
I apologize for getting it wrong! I'm hiding my comment as "off-topic". 😉 I'll let the maintainers figure things out. |
Regression? Seems to be fixed in
v10.8.2
according to issue 5532 comment by @lukekarrysBut is occurring today:
I narrowed it down to the difference between:
npm install
works as expectednpm update
strips licenses as described in #5532The text was updated successfully, but these errors were encountered: