Showing posts with label node. Show all posts
Showing posts with label node. Show all posts

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

Wednesday, March 11, 2015

Command to list all the globally installed npm pacakages with version

hi,  to list all the globally installed npm packages type this below command

npm list -g --depth=0