-
Notifications
You must be signed in to change notification settings - Fork 28
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
Running the tool reorders dependencies
within my package-lock.json
#68
Comments
This shouldn't be expected behavior, there are possible errors that can occur as a result of that. One issue, that I stumbled upon was: #57 (comment) |
Noticing the same issue. Without the |
This is affecting us too. Took around 1 hour to find this issue. Turned off |
There is an open PR to fix it (#58) , for the time being an alternative package called |
Hi there, I followed the instructions on your README and it seems to have worked well. One weird behavior I am seeing is that the lists of
dependencies
anddevDependencies
in mypackage-lock.json
gets scrambled into a seemingly random order.Is this expected behavior?
The text was updated successfully, but these errors were encountered: