--- icon: IconDirectory title: 'node_modules' head.title: Node modules directory --- # Node modules directory The package manager ([`npm`](https://docs.npmjs.com/cli/v7/commands/npm) or [`yarn`](https://yarnpkg.com/)) creates the `node_modules` directory to store the dependencies of your project.