Echange setup error... - Printable Version +- Gekko Forum (https://forum.gekko.wizb.it) +-- Forum: Gekko (https://forum.gekko.wizb.it/forum-13.html) +--- Forum: General Discussion (https://forum.gekko.wizb.it/forum-14.html) +--- Thread: Echange setup error... (/thread-57597.html) |
Echange setup error... - packcrypto - 09-01-2018 could someone walk mw trough this error message??? plz <-- GET /api/imports --> GET /api/imports 200 4ms 2b <-- GET /api/gekkos --> GET /api/gekkos 200 1ms 24b <-- GET /api/apiKeys --> GET /api/apiKeys 200 0ms 2b <-- GET /api/exchanges xxx GET /api/exchanges 500 18ms - TypeError: _.last(...).join is not a function at exchangesDir.filter.f (/Users/ikeshpack/gekko/web/routes/exchanges.js:17:31) at Array.filter (<anonymous>) at Object.module.exports (/Users/ikeshpack/gekko/web/routes/exchanges.js:17:6) at module.exports.next (<anonymous>) at Object.dispatch (/Users/ikeshpack/gekko/node_modules/koa-router/lib/router.js:334:5) at dispatch.next (<anonymous>) at onFulfilled (/Users/ikeshpack/gekko/node_modules/co/index.js:65:19) RE: Echange setup error... - askmike - 09-02-2018 It seems your dependencies are not installed correctly for some reason. I advice to completely delete your node_modules folder, and make sure the package-lock.json is the same as the one on github (from the version you downloaded). And only run the npm commands from the installation doc. RE: Echange setup error... - packcrypto - 09-02-2018 (09-02-2018, 05:08 AM)askmike Wrote: It seems your dependencies are not installed correctly for some reason. I advice to completely delete your node_modules folder, and make sure the package-lock.json is the same as the one on github (from the version you downloaded). And only run the npm commands from the installation doc. I'll give it a try sir! Thank you RE: Echange setup error... - packcrypto - 09-02-2018 (09-02-2018, 03:40 PM)packcrypto Wrote:Problem solved, just did a fresh install and followed the instructions like you said(09-02-2018, 05:08 AM)askmike Wrote: It seems your dependencies are not installed correctly for some reason. I advice to completely delete your node_modules folder, and make sure the package-lock.json is the same as the one on github (from the version you downloaded). And only run the npm commands from the installation doc. |