|  | While installing gulp, the first installation step would be ________. choose the correct option from below list
 (1)$npm install gulp g savedev
 (2)$npm install gulp --save-dev
 (3)$npm install gulp g
 (4)$npm install gulp g --save-dev
 
 Answer:-(3)$npm install gulp g
 |  |  |