You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hi @MicahZoltu thanks for taking the time to bring that up to our attention.
I don't believe that extra info in the package-lock.json file is going to cause errors, if you're finding that is causing a problem for users, please also attach that to the report.
I believe we track dev dependencies info in the lock file since we might need that during lifecycle scripts, for linked deps we do run the prepare scripts among others.
If you believe there's an error that is caused by the extra info in the lock file please feel free to open a new issue along with the reported error. Thanks again!
Is there an existing issue for this?
Current Behavior
<root>/b/package-lock.json
will look like:Expected Behavior
<root>/b/package-lock.json
should look like this:Steps To Reproduce
<root>/a/package.json
<root>/b/package.json
Environment
The text was updated successfully, but these errors were encountered: