I am working on lots of nodejs application and I save all my project on Google Drive (for a personal reasons, not efficiency) but I don't like that my drive is filled with thousands of similar modules that live inside node_modules
folder.
I was hoping if there is a way to have modules reside outside the project's file.
I am using Windows 10, and I installed nodejs for windows.
Thanks