-
-
Notifications
You must be signed in to change notification settings - Fork 41
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
Error: not supported #1160
Comments
Only happens in node 12. Node 14 works, but isn't supported by ember-cli, so it's pain to switch back and forth. |
Hey, @BryanCrotaz do you found a fix for your issue? I encountered the same issue after trying to update my app from 3.14 to 3.28 and I did not manage to execute the Switching Node version does not seems to fix anything for me |
I've found that the codemods themselves only work up to node 10, (otherwise the dreaded cb.apply is undefined), but ember-cli-update only works in node 12 and above. |
Nearly all codemods work for upgrading from 3.20 to 4.0 for me with node 14.4, see #1105 (comment) for problems with |
After successful ember-cli-update to 3.28.3
--run-codemods
fails withError: Not supported
The text was updated successfully, but these errors were encountered: