Answer the question
In order to leave comments, you need to log in
How to work with Gulp in a new project?
Greetings, the actual question is this:
I work with a specific project, use gulp, installed the nth number of plugins (locally), set everything up, set the paths, and so on.
I turn to another project, of course there is neither gulp'a nor these plugins, it turns out that they all need to be installed again one by one? Or how can this process be automated/transfer plugins from another project?
Answer the question
In order to leave comments, you need to log in
копируете package.json и gulpfile.js в новый проект
выполняете команду npm install - все пакеты установятся сразу
работаете
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question