Nuxt/docs/2.directory-structure/1.node_modules.md
Sébastien Chopin cd7627d9ff chore: wip
2023-03-27 15:17:17 +02:00

10 lines
423 B
Markdown

---
title: "node_modules/"
description: "The package manager stores the dependencies of your project in the node_modules/ directory."
head.title: "node_modules/"
---
# Node modules Directory
The package manager ([`npm`](https://docs.npmjs.com/cli/v7/commands/npm) or [`yarn`](https://yarnpkg.com/) or [`pnpm`](https://pnpm.io/cli/install)) creates the `node_modules/` directory to store the dependencies of your project.