DEV Community

Discussion on: The node_modules problem

Collapse
 
adityathebe profile image
Aditya Thebe

It is much more efficient to handle dependencies this way, download once use in any project locally.

You can install the node modules globally and achieve the same.