[INFO] Frontend dependencies resolved successfully.
[INFO] Copying frontend resources from jar files …
[INFO] Visited 272 resources. Took 55 ms.
[INFO] Running Vite …
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 54.299 s
[INFO] Finished at: 2024-07-16T20:57:21-07:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal com.vaadin:vaadin-maven-plugin:24.4.6:build-frontend (default) on project webstarter: Execution default of goal com.vaadin:vaadin-maven-plugin:24.4.6:build-frontend failed: Vite process exited with non-zero exit code.
[ERROR] Stderr: 'vite v5.3.3 building for production…
[ERROR] transforming…
[ERROR] ✓ 278 modules transformed.
[ERROR] x Build failed in 774ms
[ERROR] error during build:
[ERROR] node_modules/@vaadin-component-factory/vcf-nav/src/vcf-nav.ts (13:0): Expression expected (Note that you need plugins to import files that are not JavaScript)
[ERROR] file: /home/paulcorbett/corbettcode/development/java/projects/webapplication/webstarter/node_modules/@vaadin-component-factory/vcf-nav/src/vcf-nav.ts:13:0
[ERROR]
[ERROR] 11: let id = 0;
[ERROR] 12:
[ERROR] 13: @customElement(‘vcf-nav’)
[ERROR] ^
[ERROR] 14: export class Nav extends LitElement {
[ERROR] 15: @property({ type: Boolean, reflect: true })
[ERROR]
[ERROR] RollupError: Expression expected
[ERROR] at getRollupError (file:///home/paulcorbett/corbettcode/development/java/projects/webapplication/webstarter/node_modules/rollup/dist/es/shared/parseAst.js:392:41)
[ERROR] at ParseError.initialise (file:///home/paulcorbett/corbettcode/development/java/projects/webapplication/webstarter/node_modules/rollup/dist/es/shared/node-entry.js:11367:28)
[ERROR] at convertNode (file:///home/paulcorbett/corbettcode/development/java/projects/webapplication/webstarter/node_modules/rollup/dist/es/shared/node-entry.js:13051:10)
[ERROR] at convertProgram (file:///home/paulcorbett/corbettcode/development/java/projects/webapplication/webstarter/node_modules/rollup/dist/es/shared/node-entry.js:12405:12)
[ERROR] at Module.setSource (file:///home/paulcorbett/corbettcode/development/java/projects/webapplication/webstarter/node_modules/rollup/dist/es/shared/node-entry.js:14215:24)
[ERROR] at async ModuleLoader.addModuleSource (file:///home/paulcorbett/corbettcode/development/java/projects/webapplication/webstarter/node_modules/rollup/dist/es/shared/node-entry.js:18861:13)
[ERROR] ': Unexpected exit value: 1, allowed exit values: [0], executed command [/home/paulcorbett/.vaadin/node/node, /home/paulcorbett/corbettcode/development/java/projects/webapplication/webstarter/node_modules/vite/bin/vite.js, build] in directory /home/paulcorbett/corbettcode/development/java/projects/webapplication/webstarter with environment {PATH=/home/paulcorbett/.vaadin/node:/usr/bin/python3:/home/paulcorbett/.cargo/bin:/home/paulcorbett/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/snap/bin:/home/paulcorbett/.local/share/JetBrains/Toolbox/scripts, INVOCATION_ID=68c4583d68c1483181cc8c99855f9749, XAUTHORITY=/run/user/1000/gdm/Xauthority, LC_MEASUREMENT=en_US.UTF-8, LC_TELEPHONE=en_US.UTF-8, XMODIFIERS=@im=ibus, GDMSESSION=pop, XDG_DATA_DIRS=/usr/share/pop:/usr/share/gnome:/home/paulcorbett/.local/share/flatpak/exports/share:/var/lib/flatpak/exports/share:/usr/local/share/:/usr/share/:/var/lib/snapd/desktop, LC_TIME=en_US.UTF-8, PAPERSIZE=letter, GTK_IM_MODULE=ibus, DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus, XDG_CURRENT_DESKTOP=pop:GNOME, JOURNAL_STREAM=9:33055, USERNAME=paulcorbett, SESSION_MANAGER=local/corbettcode-3:@/tmp/.ICE-unix/3187,unix/corbettcode-3:/tmp/.ICE-unix/3187, LC_PAPER=en_US.UTF-8, LOGNAME=paulcorbett, MANAGERPID=3019, PWD=/home/paulcorbett/corbettcode/development/java/projects/webapplication/webstarter, LANGUAGE=en_US:en, GJS_DEBUG_TOPICS=JS ERROR;JS LOG, SHELL=/bin/bash, LC_ADDRESS=en_US.UTF-8, GIO_LAUNCHED_DESKTOP_FILE=/home/paulcorbett/.local/share/applications/jetbrains-idea.desktop, GNOME_DESKTOP_SESSION_ID=this-is-deprecated, GTK_MODULES=gail:atk-bridge, SYSTEMD_EXEC_PID=3216, XDG_SESSION_DESKTOP=pop, SSH_AGENT_LAUNCHER=gnome-keyring, SHLVL=0, LC_IDENTIFICATION=en_US.UTF-8, LC_MONETARY=en_US.UTF-8, QT_IM_MODULE=ibus, JAVA_HOME=/usr/lib/jvm/java-11-openjdk-amd64, XDG_CONFIG_DIRS=/etc/xdg/xdg-pop:/etc/xdg, LANG=en_US.UTF-8, XDG_SESSION_TYPE=x11, DISPLAY=:1, LC_NAME=en_US.UTF-8, _=/usr/bin/dbus-update-activation-environment, XDG_SESSION_CLASS=user, GTK3_MODULES=xapp-gtk3-module, DESKTOP_SESSION=pop, GPG_AGENT_INFO=/run/user/1000/gnupg/S.gpg-agent:0:1, USER=paulcorbett, XDG_MENU_PREFIX=gnome-, GIO_LAUNCHED_DESKTOP_FILE_PID=5235, WINDOWPATH=2, QT_ACCESSIBILITY=1, GJS_DEBUG_OUTPUT=stderr, LC_NUMERIC=en_US.UTF-8, SSH_AUTH_SOCK=/run/user/1000/keyring/ssh, GNOME_SHELL_SESSION_MODE=pop, XDG_RUNTIME_DIR=/run/user/1000, HOME=/home/paulcorbett}, output was 1674 bytes:
[ERROR] vite v5.3.3 building for production…
[ERROR] transforming…
[ERROR] ✓ 278 modules transformed.
[ERROR] x Build failed in 774ms
[ERROR] error during build:
[ERROR] node_modules/@vaadin-component-factory/vcf-nav/src/vcf-nav.ts (13:0): Expression expected (Note that you need plugins to import files that are not JavaScript)
[ERROR] file: /home/paulcorbett/corbettcode/development/java/projects/webapplication/webstarter/node_modules/@vaadin-component-factory/vcf-nav/src/vcf-nav.ts:13:0
[ERROR]
[ERROR] 11: let id = 0;
[ERROR] 12:
[ERROR] 13: @customElement(‘vcf-nav’)
[ERROR] ^
[ERROR] 14: export class Nav extends LitElement {
[ERROR] 15: @property({ type: Boolean, reflect: true })
[ERROR]
[ERROR] RollupError: Expression expected
[ERROR] at getRollupError (file:///home/paulcorbett/corbettcode/development/java/projects/webapplication/webstarter/node_modules/rollup/dist/es/shared/parseAst.js:392:41)
[ERROR] at ParseError.initialise (file:///home/paulcorbett/corbettcode/development/java/projects/webapplication/webstarter/node_modules/rollup/dist/es/shared/node-entry.js:11367:28)
[ERROR] at convertNode (file:///home/paulcorbett/corbettcode/development/java/projects/webapplication/webstarter/node_modules/rollup/dist/es/shared/node-entry.js:13051:10)
[ERROR] at convertProgram (file:///home/paulcorbett/corbettcode/development/java/projects/webapplication/webstarter/node_modules/rollup/dist/es/shared/node-entry.js:12405:12)
[ERROR] at Module.setSource (file:///home/paulcorbett/corbettcode/development/java/projects/webapplication/webstarter/node_modules/rollup/dist/es/shared/node-entry.js:14215:24)
[ERROR] at async ModuleLoader.addModuleSource (file:///home/paulcorbett/corbettcode/development/java/projects/webapplication/webstarter/node_modules/rollup/dist/es/shared/node-entry.js:18861:13)
[ERROR] → [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] [Help 1] PluginExecutionException - Apache Maven - Apache Software Foundation
Process finished with exit code 1