mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 16:43:55 +00:00
3ec108493d
* docs: simplify docs to only markdown * Create nuxt-config.md * chore: update * chore: add readme
11 lines
453 B
Markdown
11 lines
453 B
Markdown
---
|
|
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
|
|
|
|
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.
|