You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.
recently, I ran into a problem when I used the grunt-contrib-testem module within my project, as it seems that this module creates an awful lot of nested node_module folders for each and every dependency.
the problem was, that the folder structure was so deeply nested that the path got too long (restricted to 260 characters, even in Windows 7 Professional 64-bit with NTFS file system - "backwards compatibility" is the killer-phrase for this behavior) and it's impossible to remove the the whole grunt-contrib-nested folder from the root node_module folder.
is there a solution to keep the folder structure more flat/concat node_module folders somehow?
The text was updated successfully, but these errors were encountered:
sorry, I didn't do proper research within the already raised issues - hope that this will get fixed anytime soon as it prevents many other devs on Windows machines using some cool plugins as well, I suppose...
recently, I ran into a problem when I used the grunt-contrib-testem module within my project, as it seems that this module creates an awful lot of nested
node_module
folders for each and every dependency.the problem was, that the folder structure was so deeply nested that the path got too long (restricted to 260 characters, even in Windows 7 Professional 64-bit with NTFS file system - "backwards compatibility" is the killer-phrase for this behavior) and it's impossible to remove the the whole
grunt-contrib-nested
folder from the rootnode_module
folder.is there a solution to keep the folder structure more flat/concat
node_module
folders somehow?The text was updated successfully, but these errors were encountered: