camunda-modeler: npm run all error

Describe the Bug

npm ERR! missing script: build

npm ERR! A complete log of this run can be found in:
npm ERR!     /home/alexey/.npm/_logs/2019-08-20T13_43_31_772Z-debug.log
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! camunda-modeler-builder@0.0.0 client:build: `(cd client && npm run build)`
npm ERR! Exit status 1
npm ERR! 
npm ERR! Failed at the camunda-modeler-builder@0.0.0 client: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!     /home/alexey/.npm/_logs/2019-08-20T13_43_31_806Z-debug.log
ERROR: "client:build" exited with 1.
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! camunda-modeler-builder@0.0.0 build: `run-s client:build "build:distro -- {@}" "build:test-distro -- {@}" --`
npm ERR! Exit status 1
npm ERR! 
npm ERR! Failed at the camunda-modeler-builder@0.0.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!     /home/alexey/.npm/_logs/2019-08-20T13_43_31_870Z-debug.log
ERROR: "build --" exited with 1.
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! camunda-modeler-builder@0.0.0 all: `run-s clean lint test "build -- {@}" --`
npm ERR! Exit status 1
npm ERR! 
npm ERR! Failed at the camunda-modeler-builder@0.0.0 all 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!     /home/alexey/.npm/_logs/2019-08-20T13_43_31_920Z-debug.log

Steps to Reproduce

git clone https://github.com/camunda/camunda-modeler.git
cd camunda-modeler
git pull
npm install
npm run all

Expected Behavior

All scripts finished without any exceptions and modeler launched

Environment

  • OS: Ubuntu 18.04
  • Camunda Modeler Version: 3.2.3 develop branch
  • Npm: 6.10.3
  • Node: 12.8.1

About this issue

  • Original URL
  • State: closed
  • Created 5 years ago
  • Comments: 17 (6 by maintainers)

Most upvoted comments

problem is faded away, thank you. bye

log.txt add info file may be it will clarify situation for you.