how to add node modules to a project code example
Example 1: how to install node modules
npm install -g node-modules
Example 2: install node modules in an existing project
npm install
npm install -g node-modules
npm install