0xs34n / blockchain-cli

⛓️ A minimal blockchain command-line interface.
Apache License 2.0
1.16k stars 169 forks source link

Error when install dependencies #25

Closed cuongnd9 closed 5 years ago

cuongnd9 commented 5 years ago

Hi guys,

After running sudo npm install, i was received some errors:

npm ERR! cb() never called!

npm ERR! This is an error with npm itself. Please report this error at:
npm ERR!     <https://npm.community>

npm ERR! A complete log of this run can be found in:
npm ERR!     /home/ndc07/.npm/_logs/2018-12-12T17_33_36_212Z-debug.log

My configuration: Ubuntu 18.04, Node v10.14.2, npm v6.4.1

Thanks for helping me 🙏