Articles → Node.js → Node Package ManagerNode Package ManagerNode Package Manager (NPM) is a collection of code packages. How To Install A Package Using NPM? To install the packageOpen "Node.js Command Prompt".Click to EnlargeWrite the following command npm install <package name>How To Check The Npm Version? To check the version, use following command npm –vClick to EnlargePosted By - Karan Gupta Posted On - Friday, May 1, 2020 Query/Feedback Your Email Id** Subject* Query/Feedback Characters remaining 250**
npm install <package name>
npm –v
Query/Feedback