0
I want to make multiple projects using just one node_modules.
When I make projects like MERN Stack, I used npm install, and a lot of node module in my computer, How to use node module effectively since I have poor internet connection?
1 Antwort
+ 1
npm run clean and remove all useless packages. There are times where your package has a dependency of another package that time you cannot remove those packages.
Hope this helps!