Workaround scripts to "ignore" node_modules inside Google Drive. It place the node_modules folder outside the Google Drive and create a symbolic link to your project directory.
- find-replace-in-folder.ps1
For Windows: Use it the go through the entire Google Drive and replace all node_modules with a symbolic link to your project directory.
- link-nodemodules.bat For Windows: Use it when creating a new project. Place the script inside the project folder and run it. It will create the node_modules symbolic link for that project.
- link-nodemodules.sh Linux/Mac: Use it when creating a new project. Place the script inside the project folder and run it. It will create the node_modules symbolic link for that project.
If you have any suggestions or want to let us know what you think about the project, send us a message at