cancel
Showing results for 
Search instead for 
Did you mean: 

The Sap App Bas Studio or Visual Studio is NOT GOOD

ptharso
Participant

Why the node modules repeat in each app that we created?? Its more 17000 archives X 5 app then equal 85000 archives in my pc. Why not only one node_modules to all the workspace of apps??? I dont believe!!!

gregorw
Active Contributor

Welcome to the world of npm.

View Entire Topic
joltdx
Active Contributor

Well, it is a good thought to save the space. But basically it's because each app is stand-alone in that perspective.

Not all apps require the same node modules and not all apps require the same versions of the node modules. In fact there are cases where you specifically need different versions for different apps.

Also, in this way, we can be sure that each app is developed consistently if there is only one app or 10 apps in total, with each of them separated.