I
I
Igor2017-02-27 23:21:41
css
Igor, 2017-02-27 23:21:41

How to put layout on Git hub if node_modules >= 100mb?

I want to put the layout on git hub, but the folder is too heavy. I'm building a project through Gulp, but the node_modules folder is over 100mb and everything refers to it. How do they act in such cases, how do they do it?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
J
JN0iZzze, 2017-02-28
@DarrellStanding

No one uploads node_modules to github, the list of packages is added to package.json by specifying --save or --save-dev during the initial installation of the package, the user installs them himself using "npm install".

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question