forknote / forknote-pool

Mining pool for Bytecoin/Forknote based coins such as Bytecoin and Dashcoin.
https://github.com/forknote/forknote-pool
GNU General Public License v2.0
123 stars 185 forks source link

cannot find module 'redis' #86

Closed indigencoin closed 5 years ago

indigencoin commented 5 years ago

hi, guys. I reinstalled the pool on a new ubuntu 14.04.05 machine. I had this working on my other machine, but on a new one, I keep getting this error when I run "node init.js"

cannot find module 'redis'

redis-cli is working. what could possibly be wrong?

ghost commented 5 years ago

Install the Redis client for NodeJS via npm. npm install redis