Re: Build problem

2019-07-04 Thread larry mccay
Hmmm - I've not seen that but I always do: mvn clean install -DskipTests=false -Ppackage Maybe the packaging is setting up something that we need for npm? On Wed, Jul 3, 2019 at 1:25 PM Colm O hEigeartaigh wrote: > Hi Kevin, > > I was just building the source with "mvn clean install". I upload

Re: Build problem

2019-07-04 Thread larry mccay
I just built it successfully the same way as you on my Linux Mint machine with the following versions: lmccay@NordzLinux:~/Projects/knox$ npm --version *3.5.2* lmccay@NordzLinux:~/Projects/knox$ mvn --version *Apache Maven 3.6.0* Maven home: /usr/share/maven Java version: 10.0.2, vendor: Oracle Co