Install ucoin cli client on Ubuntu 12.04

Install last release of nodejs and npm:

sudo apt-add-repository ppa:chris-lea/node.js
sudo apt-get update
sudo apt-get install nodejs npm

Install node-gyp:

sudo npm install --unsafe-perm -g node-gyp

Install vucoin:

sudo npm install --unsafe-perm -g vucoin

Check:

ucoin --version
1 Like

I thought it was not working? What did you change?

You 're right !
So I try to reopen a ticket on the failing library repository

https://github.com/barrysteyn/node-scrypt/issues/47

to be continued…