# npm install

`npm install`

Install all of the project's dependencies from package.json.

## What each part does

- `npm` — command — install and run JavaScript packages
- `install` — argument: a file, a folder, or text

Source: https://zero2vibecode.com/explain/npm-install
