Nuxt/docs/2.guide/2.directory-structure/1.node_modules.md
2024-09-17 17:33:49 +02:00

621 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

The package manager (npm or yarn or pnpm or bun) 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. ::