Nuxt/docs/2.guide/2.directory-structure/1.node_modules.md

11 lines
501 B
Markdown
Raw Normal View History

---
navigation.icon: IconDirectory
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
2023-07-07 16:24:09 +00:00
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](/docs/guide/directory-structure/node_modules) to store the dependencies of your project.