I\'ve run into a curious issue - apparently some Node.js module have so deep folder hierarchies that Windows copy command (or PowerShell\'s C
I found one solution from Microsoft Node.js Guidelines.
> npm install -g rimraf delete files that exceed max_path> npm dedupe moves duplicate packages to top-level> npm install -g flatten-packages moves all packages to top-level, but can cause versioning issuesnpm@3 which attempts to the make the node_modules folder heirarchy maximally flat.
> npm install –g npm-windows-upgrade