Installing Node & Node Modules - welikepie/asos-hangout-app GitHub Wiki

To use the ASOS Hangout Application you must install Node and other required modules. For this application, an installation of Node version 0.10.4 or better is required.

Download the Node package for your server and run the install package on your machine. On your server, within the folder in which the product scraper will reside, you need to run the following commands to install these necessary node modules:

npm install cheerio
npm install emailJS
npm install forever
npm install htmlencode
npm install lodash
npm install mysql
npm install q
npm install request
npm install

You now have all the necessary node requirements to run the ASOS Hangout Application on the server.


Step Four: Creating an UpStart Job for the Product Scraper