I'm getting an error when trying to index a project
error: the argument '--strip-cwd-prefix[=<when>]' cannot be used with '[path]...'
Usage: fd --print0 --hidden --color <when> --type <filetype> --exclude <pattern> --strip-cwd-prefix[=<when>] <pattern> [path]...
For more information, try '--help'.
The error message with the command is
projectile-files-via-ext-command: Projectile indexing command failed with exit code 2: fd -0 -H --color=never --type file --exclude .git --strip-cwd-prefix src/ tests/
where src/ and tests/ are what's specified in my .projectile file.
I can confirm that running that command in my terminal yields the same error message.
Any ideas for how to fix this?
I'm getting an error when trying to index a project
The error message with the command is
where
src/andtests/are what's specified in my.projectilefile.I can confirm that running that command in my terminal yields the same error message.
Any ideas for how to fix this?