Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Grunt install may exceed Windows/NTFS 260 char path limit: Links to symlink workaround #43

Open
pkiff opened this issue Jan 29, 2014 · 1 comment

Comments

@pkiff
Copy link

pkiff commented Jan 29, 2014

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

@nicolettedanagrin
Copy link

Try Long Path Tool

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants