Skip to main content

Command Palette

Search for a command to run...

NPM & Node.js

Published
1 min readView as Markdown
NPM   & Node.js
S

A passionate Full Stack Software Developer 🚀 having an experience of building Web applications with JavaScript and some other cool libraries and frameworks.

NPM is a package manager for Node.js packages, or modules if you like.

NPM is the package manager for the Node JavaScript platform. It puts modules in place so that node can find them, and manages dependency conflicts intelligently. It is extremely configurable to support a wide variety of use cases. Most commonly, it is used to publish, discover, install, and develop node programs

A package in Node.js contains all the files you need for a module. Modules are JavaScript libraries you can include in our project.

More from this blog

Shubham's blog

66 posts