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

update 0.8.3 error #66

Closed mostechlee closed 7 years ago

mostechlee commented 7 years ago

mostech@zzlzzl:~/www/poloLender$ node server.js 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/mostech/www/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)

Running 0.8.2 ok but 0.8.3 error above.

dutu commented 7 years ago

You'd need to run npm update. Please see Updating the application in the README file.