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
