Guide Directory Structure
node_modules
The package manager stores the dependencies of your project in the node_modules/ directory.
Node modules Directory
The package manager (npm
or yarn
or pnpm
or bun
) creates the node_modules/
directory to store the dependencies of your project.