Why is package-lock.json excluded from Git? #6760
Replies: 2 comments
-
After some real head-scratching, we came to the same conclusion. |
Beta Was this translation helpful? Give feedback.
0 replies
-
@ao-jhelmich , In release 5.2.7, they removed |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When running the
php artisan nova:tool
command, it generates apackage.json
file and addspackage-lock.json
to.gitignore
.Recently, our team encountered a critical error due to differences in the content of
package-lock.json
across environments.What was the reasoning behind the decision to exclude
package-lock.json
from version control?Beta Was this translation helpful? Give feedback.
All reactions