-
Notifications
You must be signed in to change notification settings - Fork 19
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
Fails with node 8 #116
Comments
Seems really odd. I run tests (for codemod-cli) on Node 6, 8, and 10 (and they are all passing).
Can you confirm that the path specified matched a file (from the screenshot)?
|
Running into this as well. In my case I can't get it to work with any node version but see the same error. |
I finally found a workaround: install ember-qunit-codemod as a dev-dependency, then run it locally:
I'm not sure what's happening that's corrupting the global installation, but this worked just fine on any node version. |
@rwjblue I have a repro case on my work machine. If you want to look at it sometime, happy to let you remote in |
Hey @rwjblue , thx for this
Just wanted to report that I've run into some issues running it with node
8.11.1
, but seems to be working fine with6
The text was updated successfully, but these errors were encountered: