Answer the question
In order to leave comments, you need to log in
How to add new modules to node_modules that are in package.json?
From the git, a new package.json file came, and new modules were registered in it, but I don’t have them in node_modules, how can I install them all?
Answer the question
In order to leave comments, you need to log in
npm install
, or npm i
(xs how could you not find out for a year of using npm)
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question