MoneroOcean/xmr-node-proxy

cryptonight-hashing conflict cryptoforknote-util

threelaws opened this issue · 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?

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

Thanks. That worked