Nuxt/docs/content/3.docs/2.directory-structure/9.node_modules.md

10 lines
306 B
Markdown
Raw Normal View History

---
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.