Sunday, May 3, 2015

Ubuntu Linux Commands to Install Node, NPM and Packages

1. Installing Node js and NPM on Ubuntu Linux, Follow below link

https://www.youtube.com/watch?v=tbgBN2y5_wI

Check node and npm version in terminal :
node -v
npm -v

2. Then in terminal use this below command to install node packages

eg: sudo npm install -g bower express grunt

No comments:

Post a Comment