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?

5th Mar 2021, 7:30 AM
Nurman Tajir
Nurman Tajir - avatar
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!
5th Mar 2021, 8:19 AM
Sharique Khan
Sharique Khan - avatar