mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 16:43:55 +00:00
629 B
629 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.
::important
This directory should be added to your .gitignore
file to avoid pushing the dependencies to your repository.
::