MoneroOcean / xmr-node-proxy

Cryptonote/Forknote/Cryptonight/Light/Heavy coin proxy for nodejs-pool
76 stars 61 forks source link

cryptonight-hashing conflict cryptoforknote-util #101

Open threelaws opened 5 years ago

threelaws commented 5 years ago

Getting error that cryptonight-hashing cant be found. Not in node_modules. If I npm install cryptonight-hashing then missing cryptoforknote-util, not in node_modules. If npm install cryptoforknote-util, then cryptonight-hashing is missing again.

cryptonight-hashing and cryptoforknote-util are removing each other and both are needed in xmrig-node-proxy. Any sugesstion?

djfinch commented 5 years ago

This must be something on your side... I did a clean install from scratch, just to test the latest version and everything looks OK. Try to remove node_modules directory and run npm install again... Do not install them manually doing npm install *package* because required version installation is driven by package.json...

threelaws commented 5 years ago

Thanks. That worked