os icon indicating copy to clipboard operation
os copied to clipboard

trino/454 package update

Open octo-sts[bot] opened this issue 1 year ago • 1 comments

octo-sts[bot] avatar Aug 20 '24 15:08 octo-sts[bot]

Open AI suggestions to solve the build error:

The error message is: "[ERROR] Failed to execute goal com.github.eirslett:frontend-maven-plugin:1.15.0:npm (package (webapp)) on project trino-web-ui: Failed to run task: 'npm run package' failed. org.apache.commons.exec.ExecuteException: Process exited with an error: 127 (Exit value: 127) -> [Help 1]"

1. Ensure Node.js and npm are installed and accessible in your PATH.
2. Verify the `package.json` file has a `package` script.
3. Check for any missing dependencies by running `npm install`.
4. Ensure the `frontend-maven-plugin` version is compatible with your Node.js and npm versions.
5. Run `npm run package` manually to debug further.

octo-sts[bot] avatar Aug 20 '24 15:08 octo-sts[bot]

Open AI suggestions to solve the build error:

The error message is: "[ERROR] Failed to execute goal com.github.eirslett:frontend-maven-plugin:1.15.0:npm (package (webapp)) on project trino-web-ui: Failed to run task: 'npm run package' failed. org.apache.commons.exec.ExecuteException: Process exited with an error: 127 (Exit value: 127) -> [Help 1]"

1. Ensure Node.js and npm are installed and accessible in your PATH.
2. Verify the `package.json` file has a valid `package` script.
3. Check for any missing dependencies by running `npm install`.
4. Confirm the `frontend-maven-plugin` version is compatible with your setup.
5. Review the Maven build logs for more details.

octo-sts[bot] avatar Aug 24 '24 20:08 octo-sts[bot]

superseded by https://github.com/wolfi-dev/os/pull/27715

octo-sts[bot] avatar Sep 06 '24 00:09 octo-sts[bot]