
Runner does not continue onto next script after npm build
May 7, 2023 · When you remove the - npm run build line from the script, does it still hangs? If not, what is the definition of the npm script named “ build ” in your package configuration?
Copying previous job artifacts into a Dockerfile - GitLab CI/CD ...
Mar 3, 2025 · Hey, I have a CI job that runs an npm build command and stores a folder in artifacts. NPM Build: script: - npm run build artifacts: paths: - build Docker Build: script: - docker build . …
Can't find angular dist folder during build - GitLab Forum
Jun 16, 2021 · I worked around this by changing ./node_modules/ @angular /cli/bin/ng build --prod to npm run build instead. It now correclty creates my dist folder.
Job using the wrong node version no le importa la version de la …
Apr 10, 2025 · Problem to solve I have runners that are ignoring the specified Docker image in my CI configuration. Despite setting image: node:18.19-alpine in my jobs, the runner always uses Node.js …
Missing pages artifact on deploy step - Self-managed - GitLab Forum
Feb 12, 2025 · 14 vulnerabilities (1 low, 3 moderate, 10 high) To address issues that do not require attention, run: npm audit fix To address all issues (including breaking changes), run: npm audit fix - …
Docker command `npm run` behaves different in GitLab and in local ...
Sep 28, 2023 · Docker command `npm run` behaves different in GitLab and in local machine docker, ci rgaiacs September 28, 2023, 11:33am 1
CI pipeline failure - ERROR: Job failed: exit code 127
Feb 14, 2024 · I have setup a yml file for CI but the job fails. See the last few lines at the end of the build step below: $ npm install netlify-cli -g /bin/sh: eval: line 146: npm: not found Cleaning up project …
ERROR: invalid tag : invalid reference format - GitLab Forum
Apr 14, 2024 · Hello, I have two server: GitLab (172.20.2.57) : GitLab Server Runner (172.20.2.100) : GitLab Runner and Docker Compose I created a NodeJS Express project using the Create from …
GitLab CI/CD - npm not found - GitLab Forum
Sep 30, 2021 · Hello, I have create gitlab ci/cd script, but script gets terminate with error : npm command not found (npm already installed globally) if I run commands manually on ...
Error during CI - How to Use GitLab - GitLab Forum
Oct 19, 2022 · Hey @jcouturier, welcome to the GitLab forum ! Please provide more details about your react project and CI. Are you using GitLab CI? Where are you deploying to, and can you set the …