Skip to content
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

Unknown helper createSuper error in build #177

Closed
meirish opened this issue Apr 15, 2020 · 5 comments
Closed

Unknown helper createSuper error in build #177

meirish opened this issue Apr 15, 2020 · 5 comments

Comments

@meirish
Copy link

meirish commented Apr 15, 2020

Describe the bug
Seeing this error in CI after adding ember-cli-clipboard

Build Error (broccoli-persistent-filter:Babel > [Babel: ember-cli-clipboard]) in ember-cli-clipboard/components/copy-button.js

/build/ember-cli-clipboard/components/copy-button.js: Unknown helper createSuper

Oddly the build works locally, and using this fork #80 builds correctly.

Using [email protected] and [email protected].

Expected behavior
The app can build in CI

@jkusa
Copy link
Owner

jkusa commented Apr 15, 2020

@meirish I think I actually ran into something similar on another project. Can you try building with ember-source >= 3.16.5?

@meirish
Copy link
Author

meirish commented Apr 15, 2020

Aha, thank you - I'll try that!

@meirish
Copy link
Author

meirish commented Apr 15, 2020

Hmm, that didn't seem to fix it - currently tried 3.16.7. Will keep poking at it though.

@meirish
Copy link
Author

meirish commented Apr 15, 2020

Also updating ember-cli to 3.16.1 (which updated babel) did the trick. Sorry for the noise and thanks for the pointer to that issue!

@meirish meirish closed this as completed Apr 15, 2020
@jkusa
Copy link
Owner

jkusa commented Apr 15, 2020

@meirish no worries. Glad you got it working 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants