Relative Content

Tag Archive for reactjsnpmcontinuous-integrationpipeline

Exit handler never called! This is an error with npm itself

I am trying to run tests in the pipeline for a react application. Script looks as below:
Earlier the first three lines weren’t there. I have tried running the command npm install with --force/--legacy-peer-deps options as well. No help.
I have also tried changing the node version and docker base image (FROM node:lts to FROM node:18.20.3-alpine3.20 a working version in an existing similar repo).