zone117x / node-stratum-pool

High performance Stratum poolserver in Node.js
GNU General Public License v2.0
419 stars 854 forks source link

Windows 10: cant run start.js cause bignum module is missing although (I think) I installed it. #190

Open papajo-r opened 3 years ago

papajo-r commented 3 years ago

so if I try to run node.js I get node:internal/modules/cjs/loader:930 throw err; ^

Error: Cannot find module 'bignum' Require stack:

I installed openssl with chocolate and also I installed bignum with git clone git://github.com/justmoon/node-bignum.git but I get the same error.

JustFragger commented 3 years ago

Copy url of ErgoStratum to package.json and replace. Then npm install it will install packages ;) you didnt need install.