how to install and use npm code example
Example 1: intall npm
npm install -g npm
Example 2: what is npm install
npm install module-name
npm i module-name
puts module-name package (js library file)
into node_modules folder
so you can require it in node app