Destination path too long message in Windows
Hi, I am trying to move my Node.js app and while copying, some files fail to move with the error message Destination path too long. Prima facie, it seems due to the repeatedly embedded 'node_modules' folders for some npm libraries (like babel). [few ...
Apr 4, 2020JAT