diff --git a/content/roadmaps/107-nodejs/content/102-nodejs-npm/readme.md b/content/roadmaps/107-nodejs/content/102-nodejs-npm/readme.md index 9a32104a5..eded8a262 100644 --- a/content/roadmaps/107-nodejs/content/102-nodejs-npm/readme.md +++ b/content/roadmaps/107-nodejs/content/102-nodejs-npm/readme.md @@ -1 +1,12 @@ -# Nodejs npm \ No newline at end of file +# npm + +npm is the standard package manager for Node.js. + +It is two things: first and foremost, it is an online repository for the publishing of open-source Node.js projects; second, it is a command-line utility for interacting with said repository that aids in package installation, version management, and dependency management. A plethora of Node.js libraries and applications are published on npm, and many more are added every day + +Free Content +What is npm? +An introduction to the npm package manager +Official Website +Official Documentation +NPM Crash Course