Good afternoon.
Recently started using gulp for layout layouts. Having completed several projects, I had a certain set of packages that were required everywhere and will continue to be required. And each new project begins with pumping all the necessary packages, including dependencies in the new project folder, and this is already 60mb.
Actually the question is, is it possible to somehow make all the necessary packages available within one machine so that only the gulpfile is in the project folder? Or am I doing something wrong?