"No files selected" message when trying to run the async conversion? #105
lienpockets
started this conversation in
General
Replies: 1 comment 2 replies
-
Can you try using a relative path? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, just wondering if I am doing something wrong. I am attempting to use the async converter with the TypeScript parser but every time I try to run a file it says "No files selected, nothing to do." I am using tab to autocomplete so I know my path exists, so I'm not sure what the issue could be.
Example:
npx jscodeshift -t .\node_modules\@wdio\codemod\async --parser=tsx C:\dev\myproject\e2e\mytestfile.spec.ts
Full output is always something like this:
Beta Was this translation helpful? Give feedback.
All reactions