Advertisement
Guest User

Untitled

a guest
Apr 30th, 2021
221
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.97 KB | None | 0 0
  1. 0 info it worked if it ends with ok
  2. 1 verbose cli [ '/usr/local/bin/node', '/usr/local/bin/npm', 'start' ]
  3. 2 info using [email protected]
  4. 3 info using [email protected]
  5. 4 verbose run-script [ 'prestart', 'start', 'poststart' ]
  6. 5 info lifecycle [email protected]~prestart: [email protected]
  7. 6 info lifecycle [email protected]~start: [email protected]
  8. 7 verbose lifecycle [email protected]~start: unsafe-perm in lifecycle true
  9. 8 verbose lifecycle [email protected]~start: PATH: /usr/local/lib/node_modules/npm/node_modules/npm-lifecycle/node-gyp-bin:/workspaces/CertDepo/node_modules/.bin:/vscode/vscode-server/bin/x64/3c4e3df9e89829dce27b7b5c24508306b151f30d/bin:/usr/local/share/npm-global/bin:/usr/local/share/nvm/current/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/home/node/.local/bin
  10. 9 verbose lifecycle [email protected]~start: CWD: /workspaces/CertDepo
  11. 10 silly lifecycle [email protected]~start: Args: [ '-c', 'electron .' ]
  12. 11 info lifecycle [email protected]~start: Failed to exec start script
  13. 12 verbose stack Error: [email protected] start: `electron .`
  14. 12 verbose stack spawn ENOENT
  15. 12 verbose stack at ChildProcess.<anonymous> (/usr/local/lib/node_modules/npm/node_modules/npm-lifecycle/lib/spawn.js:48:18)
  16. 12 verbose stack at ChildProcess.emit (events.js:315:20)
  17. 12 verbose stack at maybeClose (internal/child_process.js:1048:16)
  18. 12 verbose stack at Process.ChildProcess._handle.onexit (internal/child_process.js:288:5)
  19. 13 verbose pkgid [email protected]
  20. 14 verbose cwd /workspaces/CertDepo
  21. 15 verbose Linux 4.19.0-16-amd64
  22. 16 verbose argv "/usr/local/bin/node" "/usr/local/bin/npm" "start"
  23. 17 verbose node v14.16.1
  24. 18 verbose npm v6.14.12
  25. 19 error code ELIFECYCLE
  26. 20 error syscall spawn
  27. 21 error file sh
  28. 22 error errno ENOENT
  29. 23 error [email protected] start: `electron .`
  30. 23 error spawn ENOENT
  31. 24 error Failed at the [email protected] start script.
  32. 24 error This is probably not a problem with npm. There is likely additional logging output above.
  33. 25 verbose exit [ 1, true ]
  34.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement