Cannot run app
This error pops while running this app
C:\Windows\system32>blockchat connected enter a username: C:\Users\wVw_PC\AppData\Roaming\npm\node_modules\blockchat\nod e_modules\supercop.js\lib.js:97 throw ex; ^
Error: connect ECONNREFUSED 159.65.168.34:46657 at Object.exports._errnoException (util.js:1024:11) at exports._exceptionWithHostPort (util.js:1047:20) at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1150:14)
C:\Windows\system32>
I have this same error. Mac OS Hight Sierra Version 10.13.3
When I try the install, I receive this error: $ npm install blockchat -g npm WARN deprecated [email protected]: please upgrade to graceful-fs 4 for compatibility with current and future versions of Node.js npm WARN deprecated [email protected]: This module relies on Node.js's internals and will break at some point. Do not use it, and update to [email protected]. /Users/kaiquenunes/.nvm/versions/node/v8.2.1/bin/blockchat -> /Users/kaiquenunes/.nvm/versions/node/v8.2.1/lib/node_modules/blockchat/bin/chat-client.js
- [email protected] updated 1 package in 11.514s
So if I try to run: $ blockchat connected enter a username: /Users/kaiquenunes/.nvm/versions/node/v8.2.1/lib/node_modules/blockchat/node_modules/supercop.js/lib.js:97 throw ex; ^
Error: connect ECONNREFUSED 159.65.168.34:46657 at Object.exports._errnoException (util.js:1024:11) at exports._exceptionWithHostPort (util.js:1047:20) at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1150:14)
I used "nvm use 8.2"
And I already updated to [email protected]
But still not working. The same error.