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
Uh oh!
There was an error while loading. Please reload this page.
-
When running the
php artisan nova:toolcommand, it generates apackage.jsonfile and addspackage-lock.jsonto.gitignore.Recently, our team encountered a critical error due to differences in the content of
package-lock.jsonacross environments.What was the reasoning behind the decision to exclude
package-lock.jsonfrom version control?Beta Was this translation helpful? Give feedback.
All reactions