We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
git add
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 :/
git add -A :/
The limit is 260 characters and is documented here
The error raised is the one discussed in this Stackoverflow question
The text was updated successfully, but these errors were encountered:
Node core issue: nodejs/node-v0.x-archive#6960
Sorry, something went wrong.
Also, you can file a bug with uglify-js asking not to include tests in the npm package.
uglify-js
npm
No branches or pull requests
There is a particular file which is too deeply nested in NodeUnit for Windows to handle when doing a
git add
. The offending file isThe 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
The text was updated successfully, but these errors were encountered: