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

Current pull with new Telegram enhancements breaks program. #80

Closed abclution closed 7 years ago

abclution commented 7 years ago

This is after updating my previous install.

module.js:471 throw err; ^

Error: Cannot find module 'node-telegram-bot-api' at Function.Module._resolveFilename (module.js:469:15) at Function.Module._load (module.js:417:25) at Module.require (module.js:497:17) at require (internal/module.js:20:19) at Object. (/home/asdfsdf/Desktop/mybots/testing/poloLender/server/workers/poloLender/poloLender.js:13:21) at Module._compile (module.js:570:32) at Object.Module._extensions..js (module.js:579:10) at Module.load (module.js:487:32) at tryModuleLoad (module.js:446:12) at Function.Module._load (module.js:438:3)

abclution commented 7 years ago

Just did a clean git clone and now getting this..

module.js:471 throw err; ^

Error: Cannot find module 'winston' at Function.Module._resolveFilename (module.js:469:15) at Function.Module._load (module.js:417:25) at Module.require (module.js:497:17) at require (internal/module.js:20:19) at Object. (/home/asdfsad/Desktop/mybots/testing/asdfasdf/poloLender/server.js:3:17) at Module._compile (module.js:570:32) at Object.Module._extensions..js (module.js:579:10) at Module.load (module.js:487:32) at tryModuleLoad (module.js:446:12) at Function.Module._load (module.js:438:3)

dutu commented 7 years ago

Did you run npm update? See the instruction to update the application in the readme file

abclution commented 7 years ago

Thank you. I missed that step, not familiar with npm stuff. 👍

Fixed.