Advertisement
bledo

Untitled

Feb 10th, 2021
23
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.41 KB | None | 0 0
  1. root@server:/home/ubuntu/tixio-platform# npm run build
  2.  
  3. > tixio@0.1.0 build /home/ubuntu/tixio-platform
  4. > concurrently 'npm run build:client' 'npm run build:server'
  5.  
  6. /usr/bin/env: 'node': No such file or directory
  7.  
  8. npm ERR! Linux 4.4.0-176-generic
  9. npm ERR! argv "/usr/bin/nodejs" "/usr/bin/npm" "run" "build"
  10. npm ERR! node v4.2.6
  11. npm ERR! npm v3.5.2
  12. npm ERR! file sh
  13. npm ERR! code ELIFECYCLE
  14. npm ERR! errno ENOENT
  15. npm ERR! syscall spawn
  16. npm ERR! tixio@0.1.0 build: `concurrently 'npm run build:client' 'npm run build:server'`
  17. npm ERR! spawn ENOENT
  18. npm ERR!
  19. npm ERR! Failed at the tixio@0.1.0 build script 'concurrently 'npm run build:client' 'npm run build:server''.
  20. npm ERR! Make sure you have the latest version of node.js and npm installed.
  21. npm ERR! If you do, this is most likely a problem with the tixio package,
  22. npm ERR! not with npm itself.
  23. npm ERR! Tell the author that this fails on your system:
  24. npm ERR! concurrently 'npm run build:client' 'npm run build:server'
  25. npm ERR! You can get information on how to open an issue for this project with:
  26. npm ERR! npm bugs tixio
  27. npm ERR! Or if that isn't available, you can get their info via:
  28. npm ERR! npm owner ls tixio
  29. npm ERR! There is likely additional logging output above.
  30.  
  31. npm ERR! Please include the following file with any support request:
  32. npm ERR! /home/ubuntu/tixio-platform/npm-debug.log
  33. root@server:/home/ubuntu/tixio-platform#
  34.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement