dvandal / cryptonote-nodejs-pool

Mining pool for all CryptoNote based coins using Cryptonight, Cryptonight Light and Cryptonight Heavy algorithms
GNU General Public License v2.0
364 stars 610 forks source link

Update README.md #675

Closed BlackPeter13 closed 2 years ago

BlackPeter13 commented 3 years ago

Hi, it seems that it isn't installed when I launch npm update command.

El mar., 11 may. 2021 7:56, TrasherDK @.***> escribió:

@.**** commented on this pull request.

In README.md https://github.com/dvandal/cryptonote-nodejs-pool/pull/675#discussion_r629866058 :

@@ -156,7 +156,7 @@ Clone the repository and run npm update for all the dependencies to be install


git clone https://github.com/dvandal/cryptonote-nodejs-pool.git pool
cd pool
-
+npm install domexception

This thing is already in package.json Why would it be needed here?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/dvandal/cryptonote-nodejs-pool/pull/675#pullrequestreview-656305841, or unsubscribe https://github.com/notifications/unsubscribe-auth/AOQC37E4TWDVX4HWGFBRWKTTNDBIFANCNFSM44SL7GCA .

trasherdk commented 3 years ago

Have you tried with npm install before npm update :)