bower - Building jhipster in Windows Jenkins -


when try build jhipster on windows jenkins instance, following error

org.apache.maven.lifecycle.lifecycleexecutionexception: failed execute goal com.github.trecloux:yeoman-maven-plugin:0.4:build (run-frontend-build) on project jhipster: error during : cmd /c bower --version

i tried running pprod clean package commandline , works fine.

any thoughts / appreciated.

that's because jenkins's node environment not complete, make sure bower in path. bower should installed using npm install -g bower

please refer our documentation jenkins setup: http://jhipster.github.io/setting-up-ci/


Comments

Popular posts from this blog

java - pagination of xlsx file to XSSFworkbook using apache POI -

Unlimited choices in BASH case statement -

apache - How do I stop my index.php being run twice for every user -