09-18-2018, 05:53 AM
Hi There
I have been trying to install gekko but with no luck i get the following
added 244 packages from 907 contributors and audited 520 packages in 18.398s
found 1 low severity vulnerability
run `npm audit fix` to fix them, or `npm audit` for details
PS C:\Users\Brian\Downloads\gekko-develop\gekko-develop> npm audit fix
up to date in 1.531s
fixed 0 of 1 vulnerability in 520 scanned packages
1 package update for 1 vuln involved breaking changes
(use `npm audit fix --force` to install breaking changes; or refer to `npm audit` for steps to fix these manually)
PS C:\Users\Brian\Downloads\gekko-develop\gekko-develop> npm audit fix --force
npm WARN using --force I sure hope you know what you are doing.
+ lodash@4.17.11
updated 1 package in 2.395s
fixed 1 of 1 vulnerability in 520 scanned packages
1 package update for 1 vuln involved breaking changes
(installed due to `--force` option)
PS C:\Users\Brian\Downloads\gekko-develop\gekko-develop> node gekko --ui
______ ________ __ __ __ __ ______
/ \ / |/ | / |/ | / | / \
/$$$$$$ |$$$$$$$$/ $$ | /$$/ $$ | /$$/ /$$$$$$ |
$$ | _$$/ $$ |__ $$ |/$$/ $$ |/$$/ $$ | $$ |
$$ |/ |$$ | $$ $$< $$ $$< $$ | $$ |
$$ |$$$$ |$$$$$/ $$$$$ \ $$$$$ \ $$ | $$ |
$$ \__$$ |$$ |_____ $$ |$$ \ $$ |$$ \ $$ \__$$ |
$$ $$/ $$ |$$ | $$ |$$ | $$ |$$ $$/
$$$$$$/ $$$$$$$$/ $$/ $$/ $$/ $$/ $$$$$$/
Gekko v0.6.6
I'm gonna make you rich, Bud Fox.
Serving Gekko UI on http://localhost:3000/
<-- GET /api/imports
--> GET /api/imports 200 0ms 2b
<-- GET /api/gekkos
--> GET /api/gekkos 200 0ms 24b
<-- GET /api/apiKeys
--> GET /api/apiKeys 200 0ms 2b
<-- GET /api/exchanges
xxx GET /api/exchanges 500 0ms -
TypeError: _.last(...).join is not a function
at exchangesDir.filter.f (C:\Users\Brian\Downloads\gekko-develop\gekko-develop\web\routes\exchanges.js:17:31)
at Array.filter (<anonymous>)
at Object.module.exports (C:\Users\Brian\Downloads\gekko-develop\gekko-develop\web\routes\exchanges.js:17:6)
at module.exports.next (<anonymous>)
at Object.dispatch (C:\Users\Brian\Downloads\gekko-develop\gekko-develop\node_modules\koa-router\lib\router.js:334:5)
at dispatch.next (<anonymous>)
at onFulfilled (C:\Users\Brian\Downloads\gekko-develop\gekko-develop\node_modules\co\index.js:65:19)
at <anonymous>
when i run node gekko --ui it goes to the web page but if i go to local data and go to imports there is no currency, no exchanges, and no assets.
Is there a way to resolve this issue
I have been trying to install gekko but with no luck i get the following
added 244 packages from 907 contributors and audited 520 packages in 18.398s
found 1 low severity vulnerability
run `npm audit fix` to fix them, or `npm audit` for details
PS C:\Users\Brian\Downloads\gekko-develop\gekko-develop> npm audit fix
up to date in 1.531s
fixed 0 of 1 vulnerability in 520 scanned packages
1 package update for 1 vuln involved breaking changes
(use `npm audit fix --force` to install breaking changes; or refer to `npm audit` for steps to fix these manually)
PS C:\Users\Brian\Downloads\gekko-develop\gekko-develop> npm audit fix --force
npm WARN using --force I sure hope you know what you are doing.
+ lodash@4.17.11
updated 1 package in 2.395s
fixed 1 of 1 vulnerability in 520 scanned packages
1 package update for 1 vuln involved breaking changes
(installed due to `--force` option)
PS C:\Users\Brian\Downloads\gekko-develop\gekko-develop> node gekko --ui
______ ________ __ __ __ __ ______
/ \ / |/ | / |/ | / | / \
/$$$$$$ |$$$$$$$$/ $$ | /$$/ $$ | /$$/ /$$$$$$ |
$$ | _$$/ $$ |__ $$ |/$$/ $$ |/$$/ $$ | $$ |
$$ |/ |$$ | $$ $$< $$ $$< $$ | $$ |
$$ |$$$$ |$$$$$/ $$$$$ \ $$$$$ \ $$ | $$ |
$$ \__$$ |$$ |_____ $$ |$$ \ $$ |$$ \ $$ \__$$ |
$$ $$/ $$ |$$ | $$ |$$ | $$ |$$ $$/
$$$$$$/ $$$$$$$$/ $$/ $$/ $$/ $$/ $$$$$$/
Gekko v0.6.6
I'm gonna make you rich, Bud Fox.
Serving Gekko UI on http://localhost:3000/
<-- GET /api/imports
--> GET /api/imports 200 0ms 2b
<-- GET /api/gekkos
--> GET /api/gekkos 200 0ms 24b
<-- GET /api/apiKeys
--> GET /api/apiKeys 200 0ms 2b
<-- GET /api/exchanges
xxx GET /api/exchanges 500 0ms -
TypeError: _.last(...).join is not a function
at exchangesDir.filter.f (C:\Users\Brian\Downloads\gekko-develop\gekko-develop\web\routes\exchanges.js:17:31)
at Array.filter (<anonymous>)
at Object.module.exports (C:\Users\Brian\Downloads\gekko-develop\gekko-develop\web\routes\exchanges.js:17:6)
at module.exports.next (<anonymous>)
at Object.dispatch (C:\Users\Brian\Downloads\gekko-develop\gekko-develop\node_modules\koa-router\lib\router.js:334:5)
at dispatch.next (<anonymous>)
at onFulfilled (C:\Users\Brian\Downloads\gekko-develop\gekko-develop\node_modules\co\index.js:65:19)
at <anonymous>
when i run node gekko --ui it goes to the web page but if i go to local data and go to imports there is no currency, no exchanges, and no assets.
Is there a way to resolve this issue