Tuesday 2 October 2018

What is npmjs?

Node.js installation provides core modules, but there are third party modules available to address different problems. You can install these third-party modules using npm (node package manager) tool.

https://www.npmjs.com/ is a node package manager repository, where all the third party node.s libraries are published and available for all the people usage.

npmjs.com home page looks like below. You can see a search box in the home page. You can search for a package by entering some text and press Enter button.



For example, I entered the text ‘alexa’ and press Enter button. I seen below results.


Previous                                                 Next                                                 Home

No comments:

Post a Comment