K
K
ksk_waqs2014-08-11 10:33:27
Node.js
ksk_waqs, 2014-08-11 10:33:27

How to globally include gulp plugins?

I actively create psd layouts and use gulp for convenience. Tell me how I can deploy all the plugins in the project at once, along with gulp and node.js itself, because copying the huge npm_modules folder is clearly not an option...

Answer the question

In order to leave comments, you need to log in

1 answer(s)
E
Evgeny Komarov, 2014-08-11
@ksk_waqs

Node must be installed on the system initially... In the project directory, create a package.json file , where in the "dependencies" section you list all the dependencies, namely your gulp and plugins for it. After these manipulations, in the console at the root of the project, run the command "npm install" and voila!

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question