askmike / gekko

A bitcoin trading bot written in node - https://gekko.wizb.it/
MIT License
10.08k stars 3.93k forks source link

error with new install #2884

Closed Delari closed 4 years ago

Delari commented 4 years ago

Note: this is the technical bug tracker, please use other platforms for getting support and starting a (non technical) discussion. See the getting help page for details.

I'm submitting a ... [*] bug report [ ] question about the decisions made in the repository

Action taken (what you did) new install

Expected result (what you hoped would happen) in http://localhost:3000/#/config have error

Actual result (unexpected outcome)

vue.runtime.esm.js:1737 TypeError: Cannot read property 'requires' of undefined at a.requires (apiConfigBuilder.vue:48) at un.Kw5r.un.get (vue.runtime.esm.js:3138) at un.Kw5r.un.evaluate (vue.runtime.esm.js:3245) at a.requires (vue.runtime.esm.js:3503) at a.i (apiConfigBuilder.vue?901e:1) at a.t._render (vue.runtime.esm.js:4540) at a.r (vue.runtime.esm.js:2784) at un.Kw5r.un.get (vue.runtime.esm.js:3138) at un.Kw5r.un.run (vue.runtime.esm.js:3215) at tn (vue.runtime.esm.js:2977) Qt @ vue.runtime.esm.js:1737 vue.runtime.esm.js:1737 TypeError: Cannot read property 'markets' of undefined at a.currencies (marketpicker.vue:74) at un.Kw5r.un.get (vue.runtime.esm.js:3138) at un.Kw5r.un.evaluate (vue.runtime.esm.js:3245) at a.currencies (vue.runtime.esm.js:3503) at a.n (marketpicker.vue?d701:1) at a.t._render (vue.runtime.esm.js:4540) at a.r (vue.runtime.esm.js:2784) at un.Kw5r.un.get (vue.runtime.esm.js:3138) at new un (vue.runtime.esm.js:3127) at Ne (vue.runtime.esm.js:2791)

Other information (e.g. detailed explanation, stacktraces, related issues, suggestions how to fix, links for us to have context, eg. stackoverflow, etc)

Delari commented 4 years ago

i forget do this

You also need to install Gekko Broker's dependencies, run:

cd exchange npm install --only=production cd ..

askmike commented 4 years ago

I am unfortunately not maintaining this project anymore. I'm marking the whole repo as read only.

Read more here: https://medium.com/@gekkoplus/archiving-open-source-gekko-dba02e6efc7