+1 vote
in JAVA by
While installing gulp with $npm install gulp --save-dev, what does --save-dev represents?

Missed out components of global installation will be taken here

Installs Gulp as a development dependency andpackage.json updated

Ensures CLI installation

triggers dependency between project and cli

1 Answer

0 votes
by

Installs Gulp as a development dependency andpackage.json updated

...