A
A
Arseniy Ilyashov2015-06-11 13:44:37
gulp.js
Arseniy Ilyashov, 2015-06-11 13:44:37

Is there a way in Gulp to install all the plugins specified in gulpfile.js with one command?

I have a gulpfile.js ready which specifies the set of plugins to be used. There is a package.json in which the corresponding devDependencies are registered, but there are no plugins themselves. Is there a way to install them all without listing the names of specific plugins, just using one command in the console?
And if not, what is the easiest way to install all the plugins in such a situation?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Viktor Login, 2015-06-11
@Tavion

The command npm installallows you to install all the plugins listed in package.json with one command

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question