Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Bitbucket pipeline build error

Qamar Azam May 16, 2018

I built web app using react.js, and I want to make build and deploy on the server using FTP on every commit. For that purpose, I configure bitbucket pipeline, but I get an error on build react app.

I tested my local machine by running "npm run build" command and it run successfully without any error, but on pipeline, I get the following error:


npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! react-app@0.1.0 build: `node scripts/build.js`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the react-app@0.1.0 build script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! /root/.npm/_logs/2018-05-16T13_18_01_726Z-debug.log

 

Here is bitbucket-pipeline configuration:

image: node:8.11.1-slim

pipelines:
default:
- step:
script:
- echo "This script runs only on staging branch"
branches:
staging:
- step:
caches:
- node
script:
- npm install
- node --version
- npm --version
- npm run build
- apt-get update
- apt-get -qq install git-ftp
- git ftp init --user $FTP_USERNAME --passwd $FTP_PASSWORD -v $FTP_HOST

 
I checked by node and npm version are same as I using on my local machine.

Thanks

2 answers

3 votes
Михаил Давидович
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
September 17, 2019

I had the same issue, solution for me:
change the  command

- npm run build

 to

- CI=false npm run build
Agus Sapurta Sijabat
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
June 17, 2020

Thanks! worked for me too

Like Sagar Jain likes this
0 votes
Qamar Azam May 16, 2018
Gabriel Martinez
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
November 16, 2018

I has the same issue!!!

Sunny Tambi November 26, 2018

Same issue to me. Any solutions ?

Matt Goodson December 5, 2018

Got the same issue as well

Andres Sebastian Caceres Valdiviezo
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
May 8, 2019

Guys i am having the same problem, did someone solve this? I am using image the image from node 11.9.0. deploying a create react app

Like Qamar Azam likes this
Matt Goodson May 8, 2019

Are you using create react app 2? From memory CRA1 doesn’t work well for CI builds.

Qamar Azam March 29, 2021

@Matt Goodson @Andres Sebastian Caceres Valdiviezo 

I solved the issue by replacing


npm run build

with 

CI= npm run build

Suggest an answer

Log in or Sign up to answer
TAGS
loom essentials certification, loom training, get certified in loom, atlassian certification, loom async video, video messaging skills, atlassian learning, loom for teams, online certification, loom badge, loom for business, atlassian education

Get Certified in Loom! 🧑‍🎓

Time to up your Loom game! The new Loom Essentials Certification is here! Show off your skills, learn pro tips, and get officially recognized. Perfect for taking your video messaging to the next level.

Learn more
AUG Leaders

Atlassian Community Events