Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- C:\Users\BrantekAdmin>cd Documents
- C:\Users\BrantekAdmin\Documents>cd gekko-stable
- C:\Users\BrantekAdmin\Documents\gekko-stable>npm install --only=production
- > sqlite3@4.0.2 install C:\Users\BrantekAdmin\Documents\gekko-stable\node_modules\sqlite3
- > node-pre-gyp install --fallback-to-build
- node-pre-gyp WARN Using request for node-pre-gyp https download
- [sqlite3] Success: "C:\Users\BrantekAdmin\Documents\gekko-stable\node_modules\sqlite3\lib\binding\node-v57-win32-x64\node_sqlite3.node" is installed via remote
- added 213 packages from 175 contributors and audited 520 packages in 27.689s
- found 1 low severity vulnerability
- run `npm audit fix` to fix them, or `npm audit` for details
- C:\Users\BrantekAdmin\Documents\gekko-stable>cd exchange
- C:\Users\BrantekAdmin\Documents\gekko-stable\exchange>npm install --only=production
- > websocket@1.0.26 install C:\Users\BrantekAdmin\Documents\gekko-stable\exchange\node_modules\websocket
- > (node-gyp rebuild 2> builderror.log) || (exit 0)
- 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 )
- added 114 packages from 164 contributors and audited 399 packages in 17.079s
- found 0 vulnerabilities
- C:\Users\BrantekAdmin\Documents\gekko-stable\exchange>npm install tulind --only=production
- > tulind@0.8.12 install C:\Users\BrantekAdmin\Documents\gekko-stable\exchange\node_modules\tulind
- > node-pre-gyp install --fallback-to-build
- node-pre-gyp WARN Using request for node-pre-gyp https download
- [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
- + tulind@0.8.12
- added 63 packages from 27 contributors and audited 498 packages in 9.985s
- found 0 vulnerabilities
- C:\Users\BrantekAdmin\Documents\gekko-stable\exchange>node gekko --ui
- module.js:550
- throw err;
- ^
- Error: Cannot find module 'C:\Users\BrantekAdmin\Documents\gekko-stable\exchange\gekko'
- at Function.Module._resolveFilename (module.js:548:15)
- at Function.Module._load (module.js:475:25)
- at Function.Module.runMain (module.js:694:10)
- at startup (bootstrap_node.js:204:16)
- at bootstrap_node.js:625:3
- C:\Users\BrantekAdmin\Documents\gekko-stable\exchange>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement