Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 241 Bytes

File metadata and controls

16 lines (12 loc) · 241 Bytes

Installing Gulp

Gulp is a default build system for Actor Web Application.

Step 1: Check Gulp version

Execute command:

gulp --version

Version shoud be 3.9.0+

Step 2: Install Gulp with NPM

npm install gulp -g