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

Directory structure too deep to do a git commit on Windows #27

Closed
brendanarnold opened this issue Mar 27, 2014 · 3 comments
Closed

Directory structure too deep to do a git commit on Windows #27

brendanarnold opened this issue Mar 27, 2014 · 3 comments

Comments

@brendanarnold
Copy link

There is a particular file which is too deeply nested in NodeUnit for Windows to handle when doing a git add. The offending file is

node_modules/grunt-contrib-nodeunit/node_modules/nodeunit/node_modules/tap/node_modules/runforcover/node_modules/bunker/node_modules/burrito/node_modules/uglify-js/test/unit/compress/expected/array1.js

The potentially could be others but it causes a fatal error when running git add -A :/

The limit is 260 characters and is documented here

The error raised is the one discussed in this Stackoverflow question

@sindresorhus
Copy link
Member

Node core issue: nodejs/node-v0.x-archive#6960

@dougwilson
Copy link

Also, you can file a bug with uglify-js asking not to include tests in the npm package.

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

4 participants
@dougwilson @sindresorhus @brendanarnold and others