bencagri / mokka

Free and extendable trading bot application for crypto currencies.
MIT License
22 stars 15 forks source link

Flatbase package has been skipped during composer install. #2

Closed etemozdemirci closed 6 years ago

etemozdemirci commented 6 years ago

Skipped installation of bin flatbase for package flatbase/flatbase: name conflicts with an existing file

etemozdemirci commented 6 years ago

I think I am having this problem regarding this issue. Any advice?

mokka git:(master) bin/mokka run --symbol=BNBBTC --interval=30 --test=true PHP Warning: file_put_contents(/Users/etem/mokka/src/Command/../../logs/2018-01-12): failed to open stream: No such file or directory in /Users/etem/mokka/vendor/flatbase/flatbase/src/Storage/Filesystem.php on line 39

Warning: file_put_contents(/Users/etem/mokka/src/Command/../../logs/2018-01-12): failed to open stream: No such file or directory in /Users/etem/mokka/vendor/flatbase/flatbase/src/Storage/Filesystem.php on line 39 PHP Warning: chmod(): No such file or directory in /Users/etem/mokka/vendor/flatbase/flatbase/src/Storage/Filesystem.php on line 40

Warning: chmod(): No such file or directory in /Users/etem/mokka/vendor/flatbase/flatbase/src/Storage/Filesystem.php on line 40 SplFileObject::__construct(/Users/etem/mokka/src/Command/../../logs/2018-01-12): failed to open stream: No such file or directory

bencagri commented 6 years ago

Could you reinstall and run composer installagain?