Advertisement
Bransonb3

Gekko Install Output

Sep 18th, 2018
597
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.51 KB | None | 0 0
  1. C:\Users\BrantekAdmin>cd Documents
  2.  
  3. C:\Users\BrantekAdmin\Documents>cd gekko-stable
  4.  
  5. C:\Users\BrantekAdmin\Documents\gekko-stable>npm install --only=production
  6.  
  7. > sqlite3@4.0.2 install C:\Users\BrantekAdmin\Documents\gekko-stable\node_modules\sqlite3
  8. > node-pre-gyp install --fallback-to-build
  9.  
  10. node-pre-gyp WARN Using request for node-pre-gyp https download
  11. [sqlite3] Success: "C:\Users\BrantekAdmin\Documents\gekko-stable\node_modules\sqlite3\lib\binding\node-v57-win32-x64\node_sqlite3.node" is installed via remote
  12. added 213 packages from 175 contributors and audited 520 packages in 27.689s
  13. found 1 low severity vulnerability
  14. run `npm audit fix` to fix them, or `npm audit` for details
  15.  
  16. C:\Users\BrantekAdmin\Documents\gekko-stable>cd exchange
  17.  
  18. C:\Users\BrantekAdmin\Documents\gekko-stable\exchange>npm install --only=production
  19.  
  20. > websocket@1.0.26 install C:\Users\BrantekAdmin\Documents\gekko-stable\exchange\node_modules\websocket
  21. > (node-gyp rebuild 2> builderror.log) || (exit 0)
  22.  
  23.  
  24. C:\Users\BrantekAdmin\Documents\gekko-stable\exchange\node_modules\websocket>if not defined npm_config_node_gyp (node "C:\Program Files\nodejs\node_modules\npm\node_modules\npm-lifecycle\node-gyp-bin\\..\..\node_modules\node-gyp\bin\node-gyp.js" rebuild ) else (node "C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\bin\node-gyp.js" rebuild )
  25. added 114 packages from 164 contributors and audited 399 packages in 17.079s
  26. found 0 vulnerabilities
  27.  
  28.  
  29. C:\Users\BrantekAdmin\Documents\gekko-stable\exchange>npm install tulind --only=production
  30.  
  31. > tulind@0.8.12 install C:\Users\BrantekAdmin\Documents\gekko-stable\exchange\node_modules\tulind
  32. > node-pre-gyp install --fallback-to-build
  33.  
  34. node-pre-gyp WARN Using request for node-pre-gyp https download
  35. [tulind] Success: "C:\Users\BrantekAdmin\Documents\gekko-stable\exchange\node_modules\tulind\lib\binding\Release\node-v57-win32-x64\tulind.node" is installed via remote
  36. + tulind@0.8.12
  37. added 63 packages from 27 contributors and audited 498 packages in 9.985s
  38. found 0 vulnerabilities
  39.  
  40.  
  41. C:\Users\BrantekAdmin\Documents\gekko-stable\exchange>node gekko --ui
  42. module.js:550
  43. throw err;
  44. ^
  45.  
  46. Error: Cannot find module 'C:\Users\BrantekAdmin\Documents\gekko-stable\exchange\gekko'
  47. at Function.Module._resolveFilename (module.js:548:15)
  48. at Function.Module._load (module.js:475:25)
  49. at Function.Module.runMain (module.js:694:10)
  50. at startup (bootstrap_node.js:204:16)
  51. at bootstrap_node.js:625:3
  52.  
  53. C:\Users\BrantekAdmin\Documents\gekko-stable\exchange>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement