Node on Ubuntu

Notes on NodeJs

How to Install Node on Ubuntu ? 

curl -sL https://deb.nodesource.com/setup_9.x | sudo -E bash –

  sudo apt-get install nodejs

 node -v

 root@BlockChainHLF:~/work/hlf/fabric-samples# node -v

v9.11.1

It also installs NPM with it :

root@BlockChainHLF:~/work/hlf/fabric-samples# npm -version

5.6.0

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s