Answer the question
In order to leave comments, you need to log in
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
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 questionAsk a Question
731 491 924 answers to any question