mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
627 B
627 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.
::