Glossary

node_modules

Tools
also: node_modules/

The folder npm or pnpm creates to hold all the third-party packages your project depends on. It can swell to thousands of files, so it never gets committed to Git — anyone can regenerate it by running an install.