Answer the question
In order to leave comments, you need to log in
How to disable downloading of unnecessary npm packages?
Good day to all! Started learning angular 2. Installed everything needed. I work with angular cli. The problem is that when creating a project, it downloads all the npm packages for itself every time. And how can I make it download once to some shared folder and then take only the necessary packages from there?
Answer the question
In order to leave comments, you need to log in
Try yarn. It caches downloaded packages at home and next. The download does not pull everything from the Internet.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question