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

453 B

navigation.icon title description head.title
IconDirectory node_modules The package manager stores the dependencies of your project in the node_modules/ directory. node_modules/

Node modules Directory

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