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

628 B

title description head.title navigation.icon
node_modules The package manager stores the dependencies of your project in the node_modules/ directory. node_modules/ i-ph-folder-duotone

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

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