What is NPM(Node Package Manager)
Categories: Angular Inteview Qusetions and Answers for 10 Years with Basics
NPM :- Node package manager is an online repository from where we can get thousands of free libraries which we can use in our project .
NPM is a package manager which makes all JavaScript Frameworks installed in our application.
node_modules is a folder where all packages are installed to our project .