Advertisement
Guest User

Error Mssg

a guest
Jun 12th, 2017
558
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.68 KB | None | 0 0
  1. 0 info it worked if it ends with ok
  2. 1 verbose cli [ 'C:\\Program Files\\nodejs\\node.exe',
  3. 1 verbose cli 'C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js',
  4. 1 verbose cli 'run',
  5. 1 verbose cli 'start' ]
  6. 2 info using npm@3.10.10
  7. 3 info using node@v6.11.0
  8. 4 verbose run-script [ 'prestart', 'start', 'poststart' ]
  9. 5 info lifecycle github-battle@1.0.0~prestart: github-battle@1.0.0
  10. 6 silly lifecycle github-battle@1.0.0~prestart: no script for prestart, continuing
  11. 7 info lifecycle github-battle@1.0.0~start: github-battle@1.0.0
  12. 8 verbose lifecycle github-battle@1.0.0~start: unsafe-perm in lifecycle true
  13. 9 verbose lifecycle github-battle@1.0.0~start: PATH: C:\Program Files\nodejs\node_modules\npm\bin\node-gyp-bin;C:\Users\Arjun Mittal\Documents\github-battle\node_modules\.bin;C:\Program Files\Microsoft MPI\Bin\;C:\ProgramData\Oracle\Java\javapath;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\Program Files\Intel\WiFi\bin\;C:\Program Files\Common Files\Intel\WirelessCommon\;C:\Program Files\Microsoft SQL Server\130\Tools\Binn\;C:\Program Files\dotnet\;C:\Program Files\Git\cmd;C:\Program Files\nodejs\;C:\Users\Arjun Mittal\AppData\Local\Programs\Python\Python35-32\Scripts\;C:\Users\Arjun Mittal\AppData\Local\Programs\Python\Python35-32\;C:\Users\Arjun Mittal\AppData\Local\Microsoft\WindowsApps;C:\Users\Arjun Mittal\AppData\Local\atom\bin;C:\Users\Arjun Mittal\AppData\Local\Microsoft\WindowsApps;C:\Users\Arjun Mittal\AppData\Roaming\npm
  14. 10 verbose lifecycle github-battle@1.0.0~start: CWD: C:\Users\Arjun Mittal\Documents\github-battle
  15. 11 silly lifecycle github-battle@1.0.0~start: Args: [ '/d /s /c', 'webpack-dev-server --open' ]
  16. 12 silly lifecycle github-battle@1.0.0~start: Returned: code: 4294967295 signal: null
  17. 13 info lifecycle github-battle@1.0.0~start: Failed to exec start script
  18. 14 verbose stack Error: github-battle@1.0.0 start: `webpack-dev-server --open`
  19. 14 verbose stack Exit status 4294967295
  20. 14 verbose stack at EventEmitter.<anonymous> (C:\Program Files\nodejs\node_modules\npm\lib\utils\lifecycle.js:255:16)
  21. 14 verbose stack at emitTwo (events.js:106:13)
  22. 14 verbose stack at EventEmitter.emit (events.js:191:7)
  23. 14 verbose stack at ChildProcess.<anonymous> (C:\Program Files\nodejs\node_modules\npm\lib\utils\spawn.js:40:14)
  24. 14 verbose stack at emitTwo (events.js:106:13)
  25. 14 verbose stack at ChildProcess.emit (events.js:191:7)
  26. 14 verbose stack at maybeClose (internal/child_process.js:891:16)
  27. 14 verbose stack at Process.ChildProcess._handle.onexit (internal/child_process.js:226:5)
  28. 15 verbose pkgid github-battle@1.0.0
  29. 16 verbose cwd C:\Users\Arjun Mittal\Documents\github-battle
  30. 17 error Windows_NT 10.0.15063
  31. 18 error argv "C:\\Program Files\\nodejs\\node.exe" "C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "run" "start"
  32. 19 error node v6.11.0
  33. 20 error npm v3.10.10
  34. 21 error code ELIFECYCLE
  35. 22 error github-battle@1.0.0 start: `webpack-dev-server --open`
  36. 22 error Exit status 4294967295
  37. 23 error Failed at the github-battle@1.0.0 start script 'webpack-dev-server --open'.
  38. 23 error Make sure you have the latest version of node.js and npm installed.
  39. 23 error If you do, this is most likely a problem with the github-battle package,
  40. 23 error not with npm itself.
  41. 23 error Tell the author that this fails on your system:
  42. 23 error webpack-dev-server --open
  43. 23 error You can get information on how to open an issue for this project with:
  44. 23 error npm bugs github-battle
  45. 23 error Or if that isn't available, you can get their info via:
  46. 23 error npm owner ls github-battle
  47. 23 error There is likely additional logging output above.
  48. 24 verbose exit [ 1, true ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement