xmr-node-proxy icon indicating copy to clipboard operation
xmr-node-proxy copied to clipboard

cryptonight-hashing conflict cryptoforknote-util

Open threelaws opened this issue 5 years ago • 2 comments

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?

threelaws avatar Jul 27 '19 17:07 threelaws

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...

djfinch avatar Jul 27 '19 17:07 djfinch

Thanks. That worked

threelaws avatar Jul 27 '19 20:07 threelaws