The package-lock.json could be git ignored if changes in the dependencies tree do not matter a lot. It exists mostly for convenience, to help developers know if something has changed in dependencies.
пн, 6 мая 2019 г. в 08:56, Emond Papegaaij <emond.papega...@topicus.nl>: > On vrijdag 3 mei 2019 17:16:02 CEST Sven Meier wrote: > > JS Tests are not built each time, so npm is not a requirement to build > > Wicket. I'd like to keep it that way. > > With the frontend-maven-plugin it isn't required to have it installed on > your > system. The plugin will download node and npm as part of the build. It > works > on all operating systems. The only problem I have with npm is the package- > lock.json that keeps changing. > > Emond > > > >