-
Notifications
You must be signed in to change notification settings - Fork 14
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
"path argument is required" error when running this codemod #32
Comments
getting the same issue when upgrading from 3.4.3 to 3.5 |
It seems this happens when running the codemod automatically against a non-existing directory. For example I was able to reproduce this with an addon, that had It seems this is what's happening:
My approach would be to add a check to Any other thoughts? /cc @rwjblue @kellyselden |
Ya, seems good to me. |
Does it make sense to infer all the options and instead run |
When I encountered this error, adding an empty |
I'm running this codemod as part of
ember-cli-update
and I get the following error:Then it shows below:
I'm upgrading my addon from 2.18 to 3.5 in steps for each minor (2.18 -> 3.0 -> 3.1 -> ...) and the above message is from after upgrading to 3.3, but I have seen the same message at each step that I've run this codemod on.
The text was updated successfully, but these errors were encountered: