Back to Nuxt

node_modules

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

4.4.4498 B
Original Source

The package manager (npm or yarn or pnpm or bun or deno) creates this directory to store the dependencies of your project.

::important This directory should be added to your .gitignore file to avoid pushing the dependencies to your repository. ::