The node_modules folder is duplicated in all projects. There are a lot of folders and files and a lot of garbage. Let's say to deploy a small application on a reactor or vue js I have to wait 10-15 minutes until everything is delivered. And when I go to these folders, there are a lot of brakes.
So I go into the projects / lesson 1 folder and do npm install there. He puts everything for a long time and there appears a node_modules folder with a bunch of garbage (125 mb). projects / lesson 1 / node_modules projects / lesson 2 / node_modules projects / lesson 3 / node_modules
Is it possible to somehow indicate that this garbage does not accumulate in subfolders, but was somewhere globally?