Answer the question
In order to leave comments, you need to log in
What's the easiest way to pull dependencies with Gulp?
Hello. The essence of the question is the following: what sequence of actions do I need to perform so that when creating (or copying an old) new folder structure, plugins (for example, autoprefixer, etc.) do not have to be installed each time with a new project. I.e. what do I need to do with package.json and its dependencies.
Unfortunately, understanding this is difficult for me.
Answer the question
In order to leave comments, you need to log in
Если я вас правильно понял то вам нужно за собой таскать папку node_modules.
Если не правильно понял то вам нужно прописать ваши зависимости в package.json, что бы не делать это вручную ставить зависимости нужно так npm i имя пакета -S
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question