❶ from command line… $ npm install -g gulp (install Gulp globally)
❶ from command line… $ npm install --save-dev gulp-install (install Gulp locally)
❷ create gulpfile.js & package.json (on your project folder)
❸ from command line.. $ npm install [plugin_name] --save (project folder)