Node.js artifact
Written by
Updated at December 16, 2024
A Node.js artifact is a package containing the code and relevant information. These packages are used to distribute libraries, frameworks, and other components you can add to Node.js
NPM
NPM
By default, Node.js already has NPM, so you do not need to install it manually.
In NPM, artifacts are files with specific content which you can use as dependencies in other projects. Examples of artifacts:
- Packages
- Dependencies
- devDependencies
For more information about NPM, see the relevant documentation