npm
also known as: Node Package Manager
npm — The tool that installs packages for JavaScript projects, plus the huge online registry those packages come from.
If your project has a package.json file, npm is usually how you install what it needs.
"npm install." "Run npm run dev."