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

--ignore is ignored #111

Closed
jakobrosenberg opened this issue Apr 28, 2021 · 0 comments
Closed

--ignore is ignored #111

jakobrosenberg opened this issue Apr 28, 2021 · 0 comments

Comments

@jakobrosenberg
Copy link

Running any of the following commands

uvu . \"(spec|test)\\.js$\"
uvu . \"(spec|test)\\.js$\" -i example
uvu . \"(spec|test)\\.js$\" -i example -i node_modules
uvu . \"(spec|test)\\.js$\" -i example -i node_modules -i example/node_modules

I would expect uvu to ignore example/node_modules, alas that is not the case.

Error: ELOOP: too many symbolic links encountered, stat '<project>\example\node_modules\<project>\example\node_modules\<project>\example\node_modules\<project>\example\node_modules

Specs are
uvu: 0.51
node: v15.14.0
npm: 7.10.0
OS: Win 10

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

1 participant