Reputation: 347
Is it possible install all required modules from gulpfile.js with command line?
Upvotes: 17
Views: 11208
Reputation: 5911
Yes, you need to install the npm-install-all package.
After doing so, try below the commands, taken from the Usage 1 subheading in the docs at npm-install-all
:
Usage 1:
npm-install-all gulpfile.js
Upvotes: 22