Advertisement
Guest User

debuglog

a guest
May 2nd, 2021
236
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 2.23 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 npm@6.14.12
  4. 3 info using node@v14.16.1
  5. 4 verbose run-script [ 'prestart', 'start', 'poststart' ]
  6. 5 info lifecycle ProjectName@1.0.0~prestart: ProjectName@1.0.0
  7. 6 info lifecycle ProjectName@1.0.0~start: ProjectName@1.0.0
  8. 7 verbose lifecycle ProjectName@1.0.0~start: unsafe-perm in lifecycle true
  9. 8 verbose lifecycle ProjectName@1.0.0~start: PATH: /usr/local/lib/node_modules/npm/node_modules/npm-lifecycle/node-gyp-bin:/workspaces/ProjectName/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 ProjectName@1.0.0~start: CWD: /workspaces/ProjectName
  11. 10 silly lifecycle ProjectName@1.0.0~start: Args: [ '-c', 'electron .' ]
  12. 11 silly lifecycle ProjectName@1.0.0~start: Returned: code: 1  signal: null
  13. 12 info lifecycle ProjectName@1.0.0~start: Failed to exec start script
  14. 13 verbose stack Error: ProjectName@1.0.0 start: `electron .`
  15. 13 verbose stack Exit status 1
  16. 13 verbose stack     at EventEmitter.<anonymous> (/usr/local/lib/node_modules/npm/node_modules/npm-lifecycle/index.js:332:16)
  17. 13 verbose stack     at EventEmitter.emit (events.js:315:20)
  18. 13 verbose stack     at ChildProcess.<anonymous> (/usr/local/lib/node_modules/npm/node_modules/npm-lifecycle/lib/spawn.js:55:14)
  19. 13 verbose stack     at ChildProcess.emit (events.js:315:20)
  20. 13 verbose stack     at maybeClose (internal/child_process.js:1048:16)
  21. 13 verbose stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:288:5)
  22. 14 verbose pkgid ProjectName@1.0.0
  23. 15 verbose cwd /workspaces/ProjectName
  24. 16 verbose Linux 4.19.0-16-amd64
  25. 17 verbose argv "/usr/local/bin/node" "/usr/local/bin/npm" "start"
  26. 18 verbose node v14.16.1
  27. 19 verbose npm  v6.14.12
  28. 20 error code ELIFECYCLE
  29. 21 error errno 1
  30. 22 error ProjectName@1.0.0 start: `electron .`
  31. 22 error Exit status 1
  32. 23 error Failed at the ProjectName@1.0.0 start script.
  33. 23 error This is probably not a problem with npm. There is likely additional logging output above.
  34. 24 verbose exit [ 1, true ]
  35.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement