Vladyslav Havrylenko
Vladyslav Havrylenko

Reputation: 347

How to install all required modules from gulpfile.js

Is it possible install all required modules from gulpfile.js with command line?

Upvotes: 17

Views: 11208

Answers (1)

Kasiriveni
Kasiriveni

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

Related Questions