Advertisement
Guest User

Untitled

a guest
Sep 27th, 2020
17
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.44 KB | None | 0 0
  1. 0 info it worked if it ends with ok
  2. 1 verbose cli [ '/usr/bin/node', '/usr/bin/npm', 'start' ]
  3. 2 info using npm@6.14.7
  4. 3 info using node@v14.10.0
  5. 4 verbose run-script [ 'prestart', 'start', 'poststart' ]
  6. 5 info lifecycle chromecast-app@0.5.1~prestart: chromecast-app@0.5.1
  7. 6 info lifecycle chromecast-app@0.5.1~start: chromecast-app@0.5.1
  8. 7 verbose lifecycle chromecast-app@0.5.1~start: unsafe-perm in lifecycle true
  9. 8 verbose lifecycle chromecast-app@0.5.1~start: PATH: /usr/lib/node_modules/npm/node_modules/npm-lifecycle/node-gyp-bin:/home/user/Programms/Chromecast-0.5.1/node_modules/.bin:/home/user/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl:/var/lib/snapd/snap/bin
  10. 9 verbose lifecycle chromecast-app@0.5.1~start: CWD: /home/user/Programms/Chromecast-0.5.1
  11. 10 silly lifecycle chromecast-app@0.5.1~start: Args: [
  12. 10 silly lifecycle '-c',
  13. 10 silly lifecycle 'set NODE_ENV=development && gulp build:ui && electron app/main.js'
  14. 10 silly lifecycle ]
  15. 11 silly lifecycle chromecast-app@0.5.1~start: Returned: code: 1 signal: null
  16. 12 info lifecycle chromecast-app@0.5.1~start: Failed to exec start script
  17. 13 verbose stack Error: chromecast-app@0.5.1 start: `set NODE_ENV=development && gulp build:ui && electron app/main.js`
  18. 13 verbose stack Exit status 1
  19. 13 verbose stack at EventEmitter.<anonymous> (/usr/lib/node_modules/npm/node_modules/npm-lifecycle/index.js:332:16)
  20. 13 verbose stack at EventEmitter.emit (events.js:314:20)
  21. 13 verbose stack at ChildProcess.<anonymous> (/usr/lib/node_modules/npm/node_modules/npm-lifecycle/lib/spawn.js:55:14)
  22. 13 verbose stack at ChildProcess.emit (events.js:314:20)
  23. 13 verbose stack at maybeClose (internal/child_process.js:1047:16)
  24. 13 verbose stack at Process.ChildProcess._handle.onexit (internal/child_process.js:287:5)
  25. 14 verbose pkgid chromecast-app@0.5.1
  26. 15 verbose cwd /home/user/Programms/Chromecast-0.5.1
  27. 16 verbose Linux 5.8.6-1-MANJARO
  28. 17 verbose argv "/usr/bin/node" "/usr/bin/npm" "start"
  29. 18 verbose node v14.10.0
  30. 19 verbose npm v6.14.7
  31. 20 error code ELIFECYCLE
  32. 21 error errno 1
  33. 22 error chromecast-app@0.5.1 start: `set NODE_ENV=development && gulp build:ui && electron app/main.js`
  34. 22 error Exit status 1
  35. 23 error Failed at the chromecast-app@0.5.1 start script.
  36. 23 error This is probably not a problem with npm. There is likely additional logging output above.
  37. 24 verbose exit [ 1, true ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement