dutu / poloLender

Free, open source, high performance bot for lending funds on Poloniex exchange
https://github.com/dutu/poloLender
Other
160 stars 47 forks source link

new version error #70

Closed persona35 closed 7 years ago

persona35 commented 7 years ago

I update pololender to recent version and set up telegram variable.

When I start pololender, I encountered the messages below.

2017-06-20 08 31 27

After I erase telegram setting variable, the error still coming.

stranger29 commented 7 years ago

Have you done npm update ?

persona35 commented 7 years ago

Yes, I followed update procedure step by step. But, I still have same error message.

After that, I delete previous program, and install new one from the scratch step by step.

And I still have same error message.

my system is ubuntu 14.04.1

persona35 commented 7 years ago

I solved this problem. The version of node.js was 6.x, I update node.js to 8.x and the problem was gone.

Thanks.