DEV Community

Discussion on: Explain me NPM in simple terms

Collapse
 
atulcodex profile image
🚩 Atul Prajapati 🇮🇳

Short and simple explanation, do you know how to update this Npm libraries in existing projects?

Collapse
 
rahxuls profile image
Rahul

In CMD you can open your project folder and then you can run in the root directory npm update. This should solve the problem.

Collapse
 
atulcodex profile image
🚩 Atul Prajapati 🇮🇳

Cool too easy, thanks!