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