Closed vlascik closed 7 years ago
Ran into this when tried installing ember-gestures
into ember-toggle. :(
Looks like the problem is with this code: https://github.com/html-next/ember-hammertime/blob/master/index.js#L52-L62
@lolmaus - Roger that - I'll have to take a look soon, we use this in a few projects. Seems like the AST transform API has a breaking change. Will check ember-source code when I get a chance.
Thanks for bringing this up early.
Do u know - does this only occur when installing into an addon or an app as well? Thanks
@eriktrom It occurs when installing the addon to an app. It is also in ember-cli 2.15 release version.
@rwwagner90 I installed version 1.2.3, but it still has the same issue. Was the fix included there?
It was not. There is currently a PR up with the fix.
Should be fixed in 1.2.4 now!
@rwwagner90 I think you might have forgotten to publish to npm.
@kitsunde sorry about that! I don't generally use ember-cli-release, so I thought it had done that for me. Published now.
@rwwagner90 Great work! Works now! =)
If I add this addon to a new 2.15-beta.1 app, I'm getting build errors like these:
Output from
ember version --verbose && npm --version && yarn --version
: