Gulp Installation

Make sure Node.Js installed on the system. If not then download:
https://nodejs.org/en/

  • npm install –global gulp-cli or npm install gulp-cli -g (For command line interface)
  • npm install –save-dev gulp or npm install -gulp -D (For installing the gulp package in dev dependencies.)
  • To create package.json file use command:
    npm init


Leave a Reply

Your email address will not be published. Required fields are marked *