I'm getting the following error doing the Maven build (clean install). Any idea what is going wrong? I'm using Maven 3.5.2 with JDK 1.8_152
[INFO] --- frontend-maven-plugin:1.6:yarn (yarn run build) @ hawtio-console-assembly ---
[INFO] Running 'yarn run build' in C:\git\ODIN\hawtio\hawtio-console-assembly
[INFO] yarn run v1.9.4
[INFO] $ gulp build
[INFO] [hawtio-backend] Adding startup task
[INFO] [hawtio-backend] Adding startup task
[INFO] [hawtio-backend] Adding startup task
[INFO] [11:22:20] Using gulpfile C:\git\ODIN\hawtio\hawtio-console-assembly\gulpfile.js
[INFO] [11:22:20] Starting 'build'...
[INFO] [11:22:20] Starting 'clean'...
[INFO] [11:22:20] Finished 'clean' after 65 ms
[INFO] [11:22:20] Starting 'tsc'...
[INFO] [11:22:20] tsc app\src\app.ts
[INFO] [11:22:20] tsc app\src\login\keycloak-login.ts
[INFO] [11:22:20] tsc app\src\login\login.component.ts
[INFO] [11:22:20] tsc app\src\login\login.module.ts
[INFO] [11:22:20] tsc app\node_modules\jolokia.js\index.d.ts
[INFO] [11:22:20] tsc 5 items
[INFO] [11:22:23] tsc js compiled.js
[INFO] [11:22:23] tsc js 1 item
[INFO] [11:22:23] Finished 'tsc' after 3.24 s
[INFO] [11:22:23] Starting 'template'...
[INFO] [11:22:23] template app\src\login\login.component.html
[INFO] [11:22:23] template 1 item
[INFO] [11:22:23] Finished 'template' after 145 ms
[INFO] [11:22:23] Starting 'template-docs'...
[INFO] [11:22:23] Finished 'template-docs' after 20 ms
[INFO] [11:22:23] Starting 'concat'...
[INFO] [11:22:23] hawtio-console-assembly.js 28.93 kB
[INFO] [11:22:23] hawtio-console-assembly.js 9.54 kB (gzipped)
[INFO] [11:22:23] Finished 'concat' after 27 ms
[INFO] [11:22:23] Starting 'less'...
[INFO] [11:22:23] Finished 'less' after 127 ms
[INFO] [11:22:23] Starting 'usemin'...
[INFO] [11:22:24] usemin index.html
[INFO] [11:22:24] usemin login.html
[INFO] [11:22:24] usemin 2 items
[INFO] [11:22:24] Finished 'usemin' after 279 ms
[INFO] [11:22:24] Starting 'install-dependencies'...
[INFO]
[INFO] The syntax of the command is incorrect.
[INFO]
[INFO] [11:22:24] 'install-dependencies' errored after 42 ms
[INFO] [11:22:24] Error: Command failed: cd app/ &&
[INFO] yarn install --prod --flat --frozen-lockfile &&
[INFO] cd .. &&
[INFO] cp -R app//node_modules dist/libs
[INFO] The syntax of the command is incorrect.
[INFO]
[INFO] at ChildProcess.exithandler (child_process.js:275:12)
[INFO] at emitTwo (events.js:126:13)
[INFO] at ChildProcess.emit (events.js:214:7)
[INFO] at maybeClose (internal/child_process.js:925:16)
[INFO] at Process.ChildProcess._handle.onexit (internal/child_process.js:209:5)
[INFO] [11:22:24] 'build' errored after 3.95 s
[INFO] [11:22:24] Error in plugin 'run-sequence(install-dependencies)'
[INFO] Message:
[INFO] Command failed: cd app/ &&
[INFO] yarn install --prod --flat --frozen-lockfile &&
[INFO] cd .. &&
[INFO] cp -R app//node_modules dist/libs
[INFO] The syntax of the command is incorrect.
[INFO]
[INFO] Details:
[INFO] killed: false
[INFO] code: 1
[ERROR] error Command failed with exit code 1.
[INFO] signal: null
[INFO] cmd: cd app/ &&
[INFO] yarn install --prod --flat --frozen-lockfile &&
[INFO] cd .. &&
[INFO] cp -R app//node_modules dist/libs
[INFO] Stack:
[INFO] Error: Command failed: cd app/ &&
[INFO] yarn install --prod --flat --frozen-lockfile &&
[INFO] cd .. &&
[INFO] cp -R app//node_modules dist/libs
[INFO] The syntax of the command is incorrect.
[INFO]
[INFO] at ChildProcess.exithandler (child_process.js:275:12)
[INFO] at emitTwo (events.js:126:13)
[INFO] at ChildProcess.emit (events.js:214:7)
[INFO] at maybeClose (internal/child_process.js:925:16)
[INFO] at Process.ChildProcess._handle.onexit (internal/child_process.js:209:5)
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] hawtio-java-project ................................ SUCCESS [ 7.319 s]
[INFO] hawtio-bom ......................................... SUCCESS [ 0.085 s]
[INFO] hawtio-util ........................................ SUCCESS [ 5.318 s]
[INFO] hawtio-core ........................................ SUCCESS [ 2.470 s]
[INFO] hawtio-system ...................................... SUCCESS [ 28.279 s]
[INFO] hawtio-console-assembly ............................ FAILURE [03:52 min]
[INFO] hawtio-local-jvm-mbean ............................. SKIPPED
[INFO] hawtio-war ......................................... SKIPPED
[INFO] hawtio-springboot .................................. SKIPPED
[INFO] hawtio-example-springboot-authentication ........... SKIPPED
[INFO] hawtio-ide ......................................... SKIPPED
[INFO] hawtio-junit ....................................... SKIPPED
[INFO] hawtio-base ........................................ SKIPPED
[INFO] hawtio-log ......................................... SKIPPED
[INFO] hawtio-default ..................................... SKIPPED
[INFO] hawtio-embedded .................................... SKIPPED
[INFO] hawtio-app ......................................... SKIPPED
[INFO] hawtio-maven-plugin ................................ SKIPPED
[INFO] hawtio-example-springboot .......................... SKIPPED
[INFO] hawtio-log-osgi .................................... SKIPPED
[INFO] hawtio-osgi-jmx .................................... SKIPPED
[INFO] hawtio-karaf ....................................... SKIPPED
[INFO] hawtio-wildfly ..................................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 05:07 min
[INFO] Finished at: 2018-09-20T11:22:24-06:00
[INFO] Final Memory: 43M/691M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal com.github.eirslett:frontend-maven-plugin:1.6:yarn (yarn run build) on project hawtio-con
sole-assembly: Failed to run task: 'yarn run build' failed. org.apache.commons.exec.ExecuteException: Process exited wit
h an error: 1 (Exit value: 1) -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn <goals> -rf :hawtio-console-assembly