Advertisement
Guest User

Untitled

a guest
Sep 25th, 2016
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.14 KB | None | 0 0
  1. Step 16 : RUN npm run build
  2. ---> Running in 736a0c7a2c65
  3.  
  4. > balrog-ui@0.0.1 build /app/ui
  5. > lineman build
  6.  
  7. sh: 1: lineman: not found
  8.  
  9. npm ERR! balrog-ui@0.0.1 build: `lineman build`
  10. npm ERR! Exit status 127
  11. npm ERR!
  12. npm ERR! Failed at the balrog-ui@0.0.1 build script.
  13. npm ERR! This is most likely a problem with the balrog-ui package,
  14. npm ERR! not with npm itself.
  15. npm ERR! Tell the author that this fails on your system:
  16. npm ERR! lineman build
  17. npm ERR! You can get their info via:
  18. npm ERR! npm owner ls balrog-ui
  19. npm ERR! There is likely additional logging output above.
  20. npm ERR! System Linux 4.4.0-31-generic
  21. npm ERR! command "/usr/bin/nodejs" "/usr/bin/npm" "run" "build"
  22. npm ERR! cwd /app/ui
  23. npm ERR! node -v v0.10.29
  24. npm ERR! npm -v 1.4.21
  25. npm ERR! code ELIFECYCLE
  26. npm WARN This failure might be due to the use of legacy binary "node"
  27. npm WARN For further explanations, please read
  28. /usr/share/doc/nodejs/README.Debian
  29.  
  30. npm ERR!
  31. npm ERR! Additional logging details can be found in:
  32. npm ERR! /app/ui/npm-debug.log
  33. npm ERR! not ok code 0
  34. ERROR: Service 'balrogadmin' failed to build: The command '/bin/sh -c npm run build' returned a non-zero code: 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement