Hello,
When i try to build the docker image i have a error with npm :
=> ERROR [ui-build 4/4] RUN (cd plugins/magma; npm install && npm run build) 460.3s
[ui-build 4/4] RUN (cd plugins/magma; npm install && npm run build):
460.2 npm error Exit handler never called!
460.2 npm error This is an error with npm itself. Please report this error at:
460.2 npm error https://github.com/npm/cli/issues
460.2 npm error A complete log of this run can be found in: /root/.npm/_logs/2025-09-26T07_35_25_076Z-debug-0.log
Dockerfile:9
7 | ADD . .
8 | # Build VueJS front-end
9 | >>> RUN (cd plugins/magma; npm install && npm run build)
10 |
11 | # This is the runtime stage
failed to solve: process "/bin/sh -c (cd plugins/magma; npm install && npm run build)" did not complete successfully: exit code: 1
I use a almalinux8 and there is a proxy in my network. Did someone have had the same problem?
Hello,
When i try to build the docker image i have a error with npm :
=> ERROR [ui-build 4/4] RUN (cd plugins/magma; npm install && npm run build) 460.3s
Dockerfile:9
7 | ADD . .
8 | # Build VueJS front-end
9 | >>> RUN (cd plugins/magma; npm install && npm run build)
10 |
11 | # This is the runtime stage
failed to solve: process "/bin/sh -c (cd plugins/magma; npm install && npm run build)" did not complete successfully: exit code: 1
I use a almalinux8 and there is a proxy in my network. Did someone have had the same problem?