Advertisement
bzyg7b

Untitled

Nov 25th, 2015
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.96 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 'start' ]
  5. 2 info using npm@3.3.12
  6. 3 info using node@v5.1.0
  7. 4 verbose run-script [ 'prestart', 'start', 'poststart' ]
  8. 5 info lifecycle dobby@0.0.1~prestart: dobby@0.0.1
  9. 6 silly lifecycle dobby@0.0.1~prestart: no script for prestart, continuing
  10. 7 info lifecycle dobby@0.0.1~start: dobby@0.0.1
  11. 8 verbose lifecycle dobby@0.0.1~start: unsafe-perm in lifecycle true
  12. 9 verbose lifecycle dobby@0.0.1~start: PATH: C:\Program Files\nodejs\node_modules\npm\bin\node-gyp-bin;C:\Users\Danny\Documents\GitHub\dobby\node_modules\.bin;C:\Users\Danny\AppData\Local\GitHub\PortableGit_d93ee8917cfa9add886773e6be9ec08609a502b6\cmd;C:\Users\Danny\AppData\Local\GitHub\PortableGit_d93ee8917cfa9add886773e6be9ec08609a502b6\usr\bin;C:\Users\Danny\AppData\Local\GitHub\PortableGit_d93ee8917cfa9add886773e6be9ec08609a502b6\usr\share\git-tfs;C:\Users\Danny\AppData\Local\Apps\2.0\DOPXWK56.EVJ\AQA0PM4M.JAQ\gith..tion_317444273a93ac29_0003.0000_027210a6b8233ed4;C:\Users\Danny\AppData\Local\GitHub\lfs-amd64_1.0.2;C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319;C:\Program Files (x86)\Mozilla Firefox;C:\ProgramData\Oracle\Java\javapath;C:\Program Files (x86)\Intel\iCLS Client\;C:\Program Files\Intel\iCLS Client\;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files (x86)\QuickTime\QTSystem\;C:\adb;C:\android-sdk-windows\platform-tools;C:/Python34;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Program Files\erl7.0\bin;C:\Users\Danny\.dnx\bin;C:\Program Files\Microsoft DNX\Dnvm\;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\Program Files\nodejs\;C:\Users\Danny\AppData\Roaming\npm
  13. 10 verbose lifecycle dobby@0.0.1~start: CWD: C:\Users\Danny\Documents\GitHub\dobby
  14. 11 silly lifecycle dobby@0.0.1~start: Args: [ '/d /s /c', 'nodejs app.js' ]
  15. 12 silly lifecycle dobby@0.0.1~start: Returned: code: 1 signal: null
  16. 13 info lifecycle dobby@0.0.1~start: Failed to exec start script
  17. 14 verbose stack Error: dobby@0.0.1 start: `nodejs app.js`
  18. 14 verbose stack Exit status 1
  19. 14 verbose stack at EventEmitter.<anonymous> (C:\Program Files\nodejs\node_modules\npm\lib\utils\lifecycle.js:232:16)
  20. 14 verbose stack at emitTwo (events.js:87:13)
  21. 14 verbose stack at EventEmitter.emit (events.js:172:7)
  22. 14 verbose stack at ChildProcess.<anonymous> (C:\Program Files\nodejs\node_modules\npm\lib\utils\spawn.js:24:14)
  23. 14 verbose stack at emitTwo (events.js:87:13)
  24. 14 verbose stack at ChildProcess.emit (events.js:172:7)
  25. 14 verbose stack at maybeClose (internal/child_process.js:818:16)
  26. 14 verbose stack at Process.ChildProcess._handle.onexit (internal/child_process.js:211:5)
  27. 15 verbose pkgid dobby@0.0.1
  28. 16 verbose cwd C:\Users\Danny\Documents\GitHub\dobby
  29. 17 error Windows_NT 10.0.10240
  30. 18 error argv "C:\\Program Files\\nodejs\\node.exe" "C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "start"
  31. 19 error node v5.1.0
  32. 20 error npm v3.3.12
  33. 21 error code ELIFECYCLE
  34. 22 error dobby@0.0.1 start: `nodejs app.js`
  35. 22 error Exit status 1
  36. 23 error Failed at the dobby@0.0.1 start script 'nodejs app.js'.
  37. 23 error Make sure you have the latest version of node.js and npm installed.
  38. 23 error If you do, this is most likely a problem with the dobby package,
  39. 23 error not with npm itself.
  40. 23 error Tell the author that this fails on your system:
  41. 23 error nodejs app.js
  42. 23 error You can get their info via:
  43. 23 error npm owner ls dobby
  44. 23 error There is likely additional logging output above.
  45. 24 verbose exit [ 1, true ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement