Why you shouldn't use npm workspaces
When setting up a project, npm is usually the package manager most people use because it is the default. You can also use npm to set up a monorepo by using npm workspaces. However, I do not recommend using npm workspaces for managing multiple package...
edrickleong.hashnode.dev8 min read
Tirtha Guha
Web technologies enthusiast
Npm has system level cache,
~/npmon posix and%LocalAppData%/npm-cacheon Windows.If a dependency+version matches, npm pulls the package from this cache, instead of over the internet.