Advertisement
Guest User

Untitled

a guest
Jul 17th, 2019
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.82 KB | None | 0 0
  1. export WERCKER_STEP_ROOT="/pipeline/script-b6c611d3-8ee9-4e06-b743-c01c85bd2df9"
  2. export WERCKER_STEP_ID="script-b6c611d3-8ee9-4e06-b743-c01c85bd2df9"
  3. export WERCKER_STEP_OWNER="wercker"
  4. export WERCKER_STEP_NAME="script"
  5. export WERCKER_REPORT_NUMBERS_FILE="/report/script-b6c611d3-8ee9-4e06-b743-c01c85bd2df9/numbers.ini"
  6. export WERCKER_REPORT_MESSAGE_FILE="/report/script-b6c611d3-8ee9-4e06-b743-c01c85bd2df9/message.txt"
  7. export WERCKER_REPORT_ARTIFACTS_DIR="/report/script-b6c611d3-8ee9-4e06-b743-c01c85bd2df9/artifacts"
  8. source "/pipeline/script-b6c611d3-8ee9-4e06-b743-c01c85bd2df9/run.sh" < /dev/null
  9.  
  10. > CLiQQ-Shopp@3.5.0 build:prod /pipeline/source
  11. > npm run set:env-prod && cross-env NODE_ENV=production env-cmd .env webpack --config internals/webpack/webpack.prod.babel.js --color -p --progress
  12.  
  13.  
  14. > CLiQQ-Shopp@3.5.0 set:env-prod /pipeline/source
  15. > node setenv-prod.js > .env
  16.  
  17. Happy[jsx]: Version: 4.0.0. Threads: 3
  18. Happy[jsx]: All set; signaling webpack to proceed.
  19. Happy[styles]: Version: 4.0.0. Threads: 3
  20. Happy[styles]: All set; signaling webpack to proceed.
  21. 94% asset optimizationnode: symbol lookup error: /pipeline/source/node_modules/iltorb/build/bindings/iltorb.node: undefined symbol: _ZN4node19GetCurrentEventLoopEPN2v87IsolateE
  22. npm ERR! file sh
  23. npm ERR! code ELIFECYCLE
  24. npm ERR! errno ENOENT
  25. npm ERR! syscall spawn
  26. npm ERR! CLiQQ-Shopp@3.5.0 build:prod: `npm run set:env-prod && cross-env NODE_ENV=production env-cmd .env webpack --config internals/webpack/webpack.prod.babel.js --color -p --progress`
  27. npm ERR! spawn ENOENT
  28. npm ERR!
  29. npm ERR! Failed at the CLiQQ-Shopp@3.5.0 build:prod script.
  30. npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
  31.  
  32. npm ERR! A complete log of this run can be found in:
  33. npm ERR! /root/.npm/_logs/2019-07-17T13_31_07_158Z-debug.log
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement