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
This is a comment to help other Windows users of Aurora, rather than an issue.
The Grunt install that is configured with Aurora includes file paths that require 230 characters or more. Some local drupal development configurations can easily find themselves requiring a path of 30 or more characters to get to the theme folder. If you are using Windows or an NTFS file system, then you may find you can't get all the Grunt files installed or copied because the files exceed the 260 character path limit. Or you may run into issues with your VCS if it adds more characters onto the path of files it is working with.
This is a problem with running Grunt on Windows or under NTFS generally, not a problem with Aurora.
See:
Installed directory structure is too long. Causes problems on Windows and can't be used with TFS source control #85: yatskevich/grunt-bower-task#85
This is a comment to help other Windows users of Aurora, rather than an issue.
The Grunt install that is configured with Aurora includes file paths that require 230 characters or more. Some local drupal development configurations can easily find themselves requiring a path of 30 or more characters to get to the theme folder. If you are using Windows or an NTFS file system, then you may find you can't get all the Grunt files installed or copied because the files exceed the 260 character path limit. Or you may run into issues with your VCS if it adds more characters onto the path of files it is working with.
This is a problem with running Grunt on Windows or under NTFS generally, not a problem with Aurora.
See:
Installed directory structure is too long. Causes problems on Windows and can't be used with TFS source control #85:
yatskevich/grunt-bower-task#85
One recommended workaround is to use symlinks for the node_modules as needed
https://stackoverflow.com/a/19795632
The text was updated successfully, but these errors were encountered: