Advertisement
Guest User

Untitled

a guest
Mar 8th, 2020
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 4.90 KB | None | 0 0
  1. =============================================================================================
  2. Console logs
  3. =============================================================================================
  4. > websdk-local@1.7.0 start /home/projects/zoom/zoom-react-sample/sample-app-web/Local
  5. > set NODE_ENV=development && set BABEL_ENV=development && webpack-dev-server --config webpack.config.dev.js --https false --open http://localhost:9999/index.html --watch
  6.  
  7. ℹ 「wds」: Project is running at http://0.0.0.0:9999/
  8. ℹ 「wds」: webpack output is served from /static
  9. ℹ 「wds」: Content not from webpack is served from /home/projects/zoom/zoom-react-sample/sample-app-web/Local
  10. events.js:298
  11.       throw er; // Unhandled 'error' event
  12.       ^
  13.  
  14. Error: spawn http://localhost:9999/index.html ENOENT
  15.     at Process.ChildProcess._handle.onexit (internal/child_process.js:267:19)
  16.     at onErrorNT (internal/child_process.js:467:16)
  17.     at processTicksAndRejections (internal/process/task_queues.js:84:21)
  18. Emitted 'error' event on ChildProcess instance at:
  19.     at Process.ChildProcess._handle.onexit (internal/child_process.js:273:12)
  20.     at onErrorNT (internal/child_process.js:467:16)
  21.     at processTicksAndRejections (internal/process/task_queues.js:84:21) {
  22.   errno: -2,
  23.   code: 'ENOENT',
  24.   syscall: 'spawn http://localhost:9999/index.html',
  25.   path: 'http://localhost:9999/index.html',
  26.   spawnargs: [ 'http://0.0.0.0:9999/' ]
  27. }
  28. npm ERR! code ELIFECYCLE
  29. npm ERR! errno 1
  30. npm ERR! websdk-local@1.7.0 start: `set NODE_ENV=development && set BABEL_ENV=development && webpack-dev-server --config webpack.config.dev.js --https false --open http://localhost:9999/index.html --watch`
  31. npm ERR! Exit status 1
  32. npm ERR!
  33. npm ERR! Failed at the websdk-local@1.7.0 start script.
  34. npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
  35.  
  36. npm ERR! A complete log of this run can be found in:
  37. npm ERR!     /home/grf/.npm/_logs/2020-03-09T00_54_13_014Z-debug.log
  38.  
  39.  
  40. =============================================================================================
  41. Full logs
  42. =============================================================================================
  43. 0 info it worked if it ends with ok
  44. 1 verbose cli [ '/usr/bin/node', '/usr/bin/npm', 'run', 'start' ]
  45. 2 info using npm@6.13.4
  46. 3 info using node@v12.14.1
  47. 4 verbose run-script [ 'prestart', 'start', 'poststart' ]
  48. 5 info lifecycle websdk-local@1.7.0~prestart: websdk-local@1.7.0
  49. 6 info lifecycle websdk-local@1.7.0~start: websdk-local@1.7.0
  50. 7 verbose lifecycle websdk-local@1.7.0~start: unsafe-perm in lifecycle true
  51. 8 verbose lifecycle websdk-local@1.7.0~start: PATH: /usr/lib/node_modules/npm/node_modules/npm-lifecycle/node-gyp-bin:/home/projects/zoom/zoom-react-sample/sample-app-web/Local/node_modules/.bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin
  52. 9 verbose lifecycle websdk-local@1.7.0~start: CWD: /home/projects/zoom/zoom-react-sample/sample-app-web/Local
  53. 10 silly lifecycle websdk-local@1.7.0~start: Args: [
  54. 10 silly lifecycle   '-c',
  55. 10 silly lifecycle   'set NODE_ENV=development && set BABEL_ENV=development && webpack-dev-server --config webpack.config.dev.js --https false --open http://localhost:9999/index.html --watch'
  56. 10 silly lifecycle ]
  57. 11 silly lifecycle websdk-local@1.7.0~start: Returned: code: 1  signal: null
  58. 12 info lifecycle websdk-local@1.7.0~start: Failed to exec start script
  59. 13 verbose stack Error: websdk-local@1.7.0 start: `set NODE_ENV=development && set BABEL_ENV=development && webpack-dev-server --config webpack.config.dev.js --https false --open http://localhost:9999/index.html --watch`
  60. 13 verbose stack Exit status 1
  61. 13 verbose stack     at EventEmitter.<anonymous> (/usr/lib/node_modules/npm/node_modules/npm-lifecycle/index.js:332:16)
  62. 13 verbose stack     at EventEmitter.emit (events.js:223:5)
  63. 13 verbose stack     at ChildProcess.<anonymous> (/usr/lib/node_modules/npm/node_modules/npm-lifecycle/lib/spawn.js:55:14)
  64. 13 verbose stack     at ChildProcess.emit (events.js:223:5)
  65. 13 verbose stack     at maybeClose (internal/child_process.js:1021:16)
  66. 13 verbose stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:283:5)
  67. 14 verbose pkgid websdk-local@1.7.0
  68. 15 verbose cwd /home/projects/zoom/zoom-react-sample/sample-app-web/Local
  69. 16 verbose Linux 4.15.0-88-generic
  70. 17 verbose argv "/usr/bin/node" "/usr/bin/npm" "run" "start"
  71. 18 verbose node v12.14.1
  72. 19 verbose npm  v6.13.4
  73. 20 error code ELIFECYCLE
  74. 21 error errno 1
  75. 22 error websdk-local@1.7.0 start: `set NODE_ENV=development && set BABEL_ENV=development && webpack-dev-server --config webpack.config.dev.js --https false --open http://localhost:9999/index.html --watch`
  76. 22 error Exit status 1
  77. 23 error Failed at the websdk-local@1.7.0 start script.
  78. 23 error This is probably not a problem with npm. There is likely additional logging output above.
  79. 24 verbose exit [ 1, true ]
  80. ~
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement