Report this

What is the reason for this report?

What should I do when Error code: BuildJobExitNonZero shows up?

Posted on October 23, 2020

As I was following through the tutorial how to Deploy and Build Laravel apps(https://www.youtube.com/watch?v=QnNA7YdvCYA) I ran into a deployment problem on Error code: BuildJobExitNonZero. The logs says :

portfolio | 10:16:55 ---> No file to start server
portfolio | 10:16:55 ---> either use 'docker run' to start container or add index.js or server.js
portfolio | 10:16:55 Installing node_modules using npm
portfolio | 10:16:56 npm ERR! cipm can only install packages with an existing package-lock.json or npm-shrinkwrap.json with lockfileVersion >= 1. Run an install with npm@5 or later to generate it, then try again.
portfolio | 10:16:56 
portfolio | 10:16:56 npm ERR! A complete log of this run can be found in:
portfolio | 10:16:56 npm ERR!     /home/apps/.npm/_logs/2020-10-23T03_16_56_989Z-debug.log
portfolio | 10:16:57 unable to invoke layer creator
portfolio | 10:16:57 installing node_modules: exit status 1
portfolio | 10:16:57 ERROR: failed to build: exit status 1
portfolio | 10:16:57  ! Build failed (exit code 7)

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Start building today

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.